Front-End Web & Mobile
Category: AWS Amplify
Deploying a Static Website with AWS Amplify and CDK
This post was written by Ozioma Uzoegwu, Solution Architect at AWS. In this blog post, we will build a sample React application that will be hosted on AWS Amplify. This can be done directly using the Amplify Console, however we will be using AWS Cloud Development Kit (AWS CDK) to show how to develop the […]
Building Scalable GraphQL APIs on AWS with CDK, TypeScript, AWS AppSync, Amazon DynamoDB, and AWS Lambda
October 16, 2023: This post has been updated to include the latest CDK AppSync Constructs. September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. AWS AppSync is a managed serverless GraphQL service that simplifies application development by letting you create a flexible API to securely access, manipulate, and combine […]
SSR Support for AWS Amplify JavaScript Libraries
AWS Amplify is a set of tools and services that enable mobile and front-end web developers to build secure, scalable full stack applications powered by AWS. It consists of three main components: a set of open source libraries and UI components for adding cloud-powered functionalities, a CLI toolchain to create and manage cloud backends, and […]
Meet our MLH Fellows
Building Amplify as Open Source Software has given us many advantages — for one, it’s enabled us to accelerate development and work alongside our developers. We are always on the lookout for initiatives to grow our open source community. As COVID started to affect student internships Worldwide, the folks at Major League Hacking (MLH) started […]
Organizing your AWS resources using Tags with the Amplify CLI
Blog post written by Sebastian Crossa, an Open Source contributor from the MLH Fellowship program. In this guide, you’ll learn how to get up and running with tagging resources with Amplify CLI. AWS Amplify enables mobile & web developers to build full stack serverless apps. The Amplify CLI helps developers to create backend resources through […]
Using RxJava with AWS’ Amplify Android Library
This article was written by Jameson Williams, Senior Software Engineer, AWS. Today I’m going to talk about Reactive Extensions (RxJava), and how you can use them with AWS’ Amplify Framework. This blog is mostly geared towards readers who are new to “Rx.” The Amplify Android library is AWS’ preferred means for interacting with AWS from an Android device. […]
Announcing AWS Amplify Flutter (Developer Preview)
This post was written by Ashish Nanda, Software Development Engineer, AWS Amplify The popularity of cross-platform mobile development in general, and the Flutter ecosystem in particular, has been growing rapidly over the last few years. Developers are increasingly looking to build immersive and feature-rich, cloud powered applications for multiple platforms using a single framework and […]
Using Swift Combine with AWS Amplify
This article was written by Kyle Lee, Senior Developer Advocate, AWS Amplify While there may be a lot of great things that are included in the AWS Amplify 1.1 release for iOS, one of the most exciting is support for Combine. Combine is a first party reactive framework that makes it easy to deal with […]
Delivering Video at Scale in Mobile and Web Applications with Orangetheory Fitness
This post was written by Ashwin Raghuraman, Solutions Architect, AWS and Pedro C. González, Enterprise Solutions Architect, Orangetheory Fitness Orangetheory Fitness is a health and fitness company that combines science, coaching and technology to create maximum results for their customers from heart rate based workouts. Using a formula that combines heart rate metrics and a proprietary […]
How to use Lambda layers with the Amplify CLI
This post was written by Rene Brandel, Senior Product Manager, AWS In this guide you will learn how to create, deploy and leverage Lambda layers & the Amplify CLI to reuse code & assets across serverless functions. AWS Amplify enables mobile & web developers to build full stack serverless apps. The Amplify CLI helps developers […]