Front-End Web & Mobile

Category: Announcements

Add Maps to your App in 3 Steps with AWS Amplify Geo powered by Amazon Location Service

Today’s release of AWS Amplify Geo allows developers to quickly and easily add maps with markers and location search to their JavaScript-based web apps. The location APIs are powered by Amazon Location Service and the UI components are extended from a popular open-source map library, MapLibre. Benefits Add maps and search functionality to a simple HTML […]

Implementing caching for pipeline resolvers in AWS AppSync GraphQL APIs

This article was written by Eric Robertson, SDE Intern, AWS AppSync AWS AppSync is a fully managed service which allows developers to deploy and interact with a scalable serverless GraphQL API backend on AWS. GraphQL provides a complete description of the API data in a strongly typed system, making it easier to evolve APIs over […]

Introducing Lambda authorization for AWS AppSync GraphQL APIs

This article was written by Brice Pellé, Principal Specialist Solutions Architect, AWS AWS AppSync is a fully managed service which allows developers to deploy and interact with serverless scalable GraphQL backends on AWS. As an application data service, AppSync makes it easy to connect applications to multiple data sources using a single API. AppSync supports […]

Enable Sign in with Apple on your app with AWS Amplify

This article was written by Anna Pfoertsch. In this guide you will learn how to build a simple social sign in page for your Amplify project using the AWS Amplify Admin UI’s new Sign in with Apple (SIWA) functionality. SIWA supplements Amplify’s currently supported Identity Providers (Google, Facebook, and Amazon), and continues to allow developers […]

Getting Started with AWS Amplify DataStore Multi-Auth for Android

Managing which users have access to specific content is a problem that most modern apps face. With the recent release, AWS Amplify DataStore allows you to define multiple authorization (multi-auth) types for your GraphQL data schemas. Multi-auth types make it easier to manage user access and enable personalized content for users once they sign in. […]

MLH Fellows Spring 2021

This post was written by Matt Auerbach. Last Spring, we welcomed our third cohort of students from the MLH Fellowship powered by Major League Hacking. We were a part of the inaugural cohort last Summer, 2020 — you can read about the experience here. In this cohort, we welcomed four students to our CLI team […]

Getting Started with AWS Amplify DataStore Multi-Auth for iOS

Managing which users have access to specific content is a problem that most modern apps face. With the recent release, AWS Amplify DataStore allows you to define multiple authorization (multi-auth) types for your GraphQL data schemas. Multi-auth types make it easier to manage user access and enable personalized content for users once they sign in. […]

AWS Amplify allows you to mix and match authorization modes in DataStore

With today’s release, Amplify DataStore gains the ability to configure multiple authorization modes for a single app data backend. DataStore provides frontend app developers the ability to build real-time apps with offline capabilities by storing data on-device (web browser or mobile device), and automatically synchronizing data to the cloud and across devices on an internet […]

Configure environment variables and secrets for your Lambda functions with Amplify CLI

With the recent release, Amplify CLI allows you to set environment variables and secrets for your Lambda functions. This feature is available as an advanced setting in Amplify’s “Function” category and allows you to configure environment variables and secrets interactively. The secrets configuration uses AWS Parameter Store backed by a “SecureString” parameter. In addition, this […]

Import existing Amazon Cognito resources with Amplify Admin UI

This blog post was written by Anna Pfoertsch, Senior Product Manager at AWS Amplify. In this guide you will learn how to integrate your existing Amazon Cognito user pool and federated identities (identity pool) into an Amplify project via the Amplify Admin UI. This will enable your GraphQL API (AppSync), Storage (S3) and other resources […]