Front-End Web & Mobile
Category: Top Posts
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 […]
Read MoreHow 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 […]
Read MoreBuilding 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, […]
Read MoreAutomatically create and delete custom sub-domains for your branch deployments with Amplify Console
This article was written by Nikhil Swaminathan, Sr. Product Manager Technical, AWS. Amplify Console launched two new pattern-based branch deployment features that enable teams to automatically create and delete sub-domains every time a new branch or pull-request is added or removed from a Git repository. This allows teams practicing feature branch or GitFlow workflows to […]
Read MoreImplement AWS AppSync custom authorization with pipeline resolvers
AWS AppSync is a fully managed serverless GraphQL service for application data with integrated real-time data queries, synchronization, communications, and offline programming features. The AppSync endpoints provide built-in fine-grained API security based on four different modes, always requiring authorization before allowing access to clients: API Keys (API_KEY) Amazon Cognito User Pools (AMAZON_COGNITO_USER_POOLS) OpenID Connect (OPENID_CONNECT) […]
Read MoreSet 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 […]
Read MoreAWS 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 […]
Read MoreGraphQL API Security with AWS AppSync and Amplify
This article was written by Brice Pellé, Principal Specialist Solutions Architect, AWS AWS AppSync is a fully managed service which allows to deploy and interact with serverless scalable GraphQL backends on AWS. AppSync uses security best practices that AWS has developed operating large systems at scale in the cloud, with built-in DDoS protection in all […]
Read MoreHow 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). […]
Read MoreImproving GraphQL Observability with AWS AppSync Tracing Support
This article was written by Heitor Lessa, Principal Specialist Serverless Lead AWS Today, I’m excited to tell you about the new AWS X-Ray native integration with AWS AppSync released a couple of weeks ago. Previously, if you wanted to determine performance bottlenecks on GraphQL operations in AppSync, you had to rely on custom logging […]
Read More