Front-End Web & Mobile
Category: Front-End Web & Mobile
AWS AppSync adds quick-start sample for Amazon Aurora
AWS AppSync has support for a wide variety of data storage options—including Amazon DynamoDB, Amazon ElasticSearch Service, and AWS Lambda. Today, we’re announcing the availability of a quick-start that connects to Amazon Aurora MySQL mode using AWS Lambda. You create this connection using a Lambda function that executes a SQL statement (provided by an AWS […]
Building ADFS Federation for your Web App using Amazon Cognito User Pools
March 31, 2023: An update to this post was published on the AWS Security Blog. Please see this post for the most up-to-date info. User authentication and authorization can be challenging when you’re building web and mobile apps. The challenges include handling user data and passwords, token-based authentication, federating identities from external identity providers (IdPs), […]
AWS CodePipeline adds support for AWS Device Farm as a test provider
AWS CodePipeline now supports AWS Device Farm as a test provider to deliver truly automated testing in your continuous integration and continuous delivery (CI/CD) pipeline. In a previous blog post “Build a CI/CD Pipeline for Your Android App with AWS Services,” Vinay Selvaraj walked you through building a complete CI/CD pipeline using AWS CodeCommit, AWS […]
AWS AppSync releases an enhanced “no-code” GraphQL API builder, HTTP resolvers, new built-in scalar types, and SDK cache abstraction
September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. This past week at the AWS Summit – New York, we announced some new features for AWS AppSync and the client SDK. We’ve been working closely with developers in the community to enhance their experience in building applications, and the […]
User settings sync for Android with AWS AppSync
Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is generally shown as a key-value pair, where the keys and values […]
User settings sync for iOS with AWS AppSync
Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is generally shown as a key-value pair, where the keys and values […]
Build a user settings store with AWS AppSync
Amazon Cognito Sync is a service that you can use for syncing application-related user profile data across devices. The client library caches the data locally so that the app can read and write data, regardless of the device connectivity state. The data stored is limited to key-value pairs where the keys and values are both […]
New AWS Mobile Hub feature: Add an existing user pool to your Mobile Hub project
Using AWS Mobile Hub is a great way for you to get started with a mobile backend project because it abstracts away the complexity of configuring a new AWS service. It does this by defining a set of IAM policies for how your apps authenticated and unauthenticated users interact with the AWS service. Up until […]
Permissions changes for AWS Mobile Hub
Until recently, when you created an AWS Mobile Hub project for the first time, you were asked to approve the addition of an IAM role to your account called AWSMobileHub_ServiceUseOnly. Mobile Hub used this role to take actions on the user’s behalf, and it had wide-ranging permissions to create, modify, and delete resources. A user […]
Use a custom domain with AWS AppSync, Amazon CloudFront, and Amazon Route 53
Update: AWS AppSync now supports custom domain names as a feature. Visit the blog post that describes the feature, and the documentation for more details. Most of the time, AWS AppSync can use any domain name because a user doesn’t type in the name of the GraphQL endpoint—it’s embedded in an app. […]