Front-End Web & Mobile
Category: Front-End Web & Mobile
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. […]
Add a map to your webpage with Amazon Location Service
This article was written by Seth Fitzsimmons, Principal Engineer, and Andrew Johnson, Senior Product Manager, Amazon Location Service A common use case for web development is to add a map to a webpage with a marker on a specific location, such as an office or retail location. Amazon Location is a great solution because it […]
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 […]
Simplify out of band AWS AppSync real-time subscriptions with Amazon EventBridge
This article was written by Josh Kahn, Principal Specialist Solutions Architect, AWS September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Real-time, up-to-date data is valuable for many categories of applications. From sports scores to stock quotes to delivery apps and many others, real-time data is essential in building […]