Front-End Web & Mobile
Category: AWS Amplify
Building a Cash Flow App with Amplify DataStore and SwiftUI
This article was written by Kyle Lee, Sr. Developer Advocate, AWS. In May 2020, AWS launched the open-source Amplify Libraries for both iOS and Android, adding to AWS Amplify’s set of tools and services for mobile and front-end web developers. Amplify Libraries make it easy for developers to implement common features like authentication, data synchronization, […]
Set up continuous deployment and hosting for a monorepo with AWS Amplify Console
This article was written by Nikhil Swaminathan, Sr. Product Manager Technical, AWS. Amplify Console recently launched monorepo support, providing developers with mono-repositories a better experience connecting apps to the Amplify Console. A mono-repository is a repository that contains more than one logical project, each in it’s own repository. For example, if you have multiple teams […]
AWS AppSync offline reference architecture – powered by the Amplify DataStore
This article was written by Fernando Dingler, Senior Solutions Architect, AWS Modern mobile and web applications are built to provide delightful and seamless user experiences. As users we have become more demanding and we expect a great user experience for the mobile apps we interact with on a daily basis. For example, if we […]
GraphQL API Security with AWS AppSync and Amplify
This article was written by Brice Pellé, Principal Specialist Solutions Architect, AWS 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 […]
Amplify Framework announces new, rearchitected UI Component and modular JavaScript libraries
The Amplify Framework is an open source project for building cloud-enabled mobile and web applications, consisting of libraries, UI components, and a CLI toolchain. Today, we are excited to share a new, rearchitected Amplify UI component library that enables JavaScript developers to easily add authentication scenarios to their web apps. You can use the authentication […]
How to schedule recurring Lambda functions using the Amplify CLI
This article was written by Rene Brandel, Senior Product Manager AWS Amplify In this post, you’ll learn to schedule recurring Lambda functions, a new capability released with the newest version of the Amplify CLI. This capability allows customers to schedule Lambda functions to be executed periodically (e.g every minute, hourly, daily, weekly, monthly or yearly basis). […]
Add a GraphQL API to your Hugo site with AWS Amplify
This post was written by Tom Moore, Solutions Architect at AWS Hugo is a very popular web framework for developing static web sites. The AWS Amplify console provides an easy way for you to host your Hugo web site with an automated CI/CD Pipeline built for you. This Blog post will help users to extend their […]
Simplify access to multiple microservices with AWS AppSync and AWS Amplify
This article was written by Faraz Masood, Cloud Architect, AWS Modern applications and architectures are created with microservices in mind, and the ever evolving nature of each service makes it difficult to build and maintain a single API for multiple clients. Rapid iteration in the development cycle can benefit from an unified API interface […]
Building a real-time stock monitoring dashboard with AWS AppSync
This article was written by Jan Michael Go Tan, Specialist SA at AWS Building real-time applications normally requires two types of endpoints. The first type of endpoint typically involves a standard stateless request–response type of interaction, which is handled over traditional HTTP/HTTPS protocol. The second type of endpoint enables persistent connectivity and allows the server to push […]
Introducing the AWS Amplify Libraries for iOS and Android (Preview)
Amplify iOS and Amplify Android are now generally available (GA). Read the GA post to get started with the new libraries. Until today, building iOS and Android apps powered by AWS involved using the AWS service-centric handwritten or low level generated SDKs. To set up the backend, you would go to the AWS service console […]