Front-End Web & Mobile
Category: Uncategorized
Running end-to-end Cypress tests for your fullstack CI/CD deployment with Amplify Console
This article was written by Nikhil Swaminathan, Sr. Technical Product Manager, AWS. Amplify Console now officially supports end-to-end (E2E) testing as part of your continuous deployment pipeline. E2E tests allow you to test your whole application from start to finish. Writing unit tests for the separate components of your app (e.g. product search flow, checkout […]
Deploy a VueJS app with the Amplify Console using AWS CloudFormation
This article was written by Simon Thulbourn, Solutions Architect, AWS. Developers and Operations people love automation. It gives them the power to introduce repeatability into their applications. The provisioning of infrastructure components is no different. Being able to create and manage resources through the use of AWS CloudFormation is a powerful way to run and rerun […]
Amplify Framework simplifies configuration for OAuth flows and the hosted UI
Written by Kurt Kemple, Sr. Developer Advocate & Gerard Sans, Sr. Developer Advocate The Amplify Framework is an open-source project for building cloud-enabled applications. Today, we’re happy to announce new features in the authentication, storage, and API categories. It’s now possible to configure OAuth 2.0 authorization flows and enable the Amazon Cognito hosted UI from […]
Amplify Framework adds authentication features and enhancements for iOS and Android Mobile SDKs
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. Authentication and authorization play a key role in mobile development. The AWS Amplify team has been busy improving on the previous simplified development […]
AWS Amplify Console supports instant cache invalidation and delta deployments on every code commit
*This article was written by Nikhil Swaminathan & Dan Green from the AWS Amplify Console team. The Amplify Console now supports instant cache invalidation, which enables you to deploy updates to your single page or static app instantly—without giving up the performance benefits of content delivery network (CDN) caching. This means that you no longer […]
Amplify adds support for multiple environments, custom resolvers, larger data models, and IAM roles including MFA
The Amplify Framework is an open source project for building cloud-enabled applications. Today, we are happy to announce the release of new features in the Amplify Framework. Multiple Environment Support The Amplify CLI now supports multiple development environments. This addition enables you and your team to create and test out features in a sandboxed environment that’s completely separate from your […]
Testing mobile apps across hundreds of real devices with Appium, Node.js, and AWS Device Farm
In this blog post, we’re going to dive into how to use AWS Device Farm to run and test a sample mobile app using Node.js and Appium. Device Farm is an application testing service that lets you test and interact with applications on many real devices at once. You can also reproduce issues on a […]
Announcing the AWS Amplify CLI toolchain
June 27, 2024: This blog post covers Amplify Gen 1. For new Amplify apps, we recommend using Amplify Gen 2. You can learn more about Gen 2 in our launch blog post. September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. Today we’re launching the AWS Amplify Command Line […]
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 […]
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 […]