Front-End Web & Mobile
Category: Compute
Building Our Startup MVP – Why We Chose AWS Amplify
All of US Financial chooses AWS Amplify to build their fintech startup All of Us Financial is an online trading platform that offers retail investors an alternative to a traditional full-service brokerage. Built with the modern, individual investor in mind, All of Us offers service fee transparency and gives investors a portion of its commission […]
Practical use cases for AWS AppSync Pipeline Resolvers – Part 3: Heterogeneous Data Sources
This article was written by Salman Moghal, Application Architect, AWS, and Abdul Kitana, Security Architect, AWS Overview AWS AppSync is a fully managed service that allows to deploy Serverless GraphQL backends in the AWS cloud. It provides features that developers can use to create modern data driven applications allowing to easily query multiple databases, […]
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 […]
Building cross-account AWS Lambda Resolvers for AWS AppSync
This article was written by Lucas Schejtman, Principal Solutions Architect, AWS One of the biggest value propositions of GraphQL is that it’s not prescriptive as to where its data comes from and with AWS AppSync it’s no different. AppSync enables you to choose from six different data source types to resolve any GraphQL field. […]
Introducing Direct Lambda Resolvers: AWS AppSync GraphQL APIs without VTL
This article was written by Ed Lima, Sr. Product Manager, AWS 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 data from one or […]
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 […]
Implement AWS AppSync custom authorization with pipeline resolvers
September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. 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 […]
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 […]
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). […]
Improving GraphQL Observability with AWS AppSync Tracing Support
This article was written by Heitor Lessa, Principal Specialist Serverless Lead AWS September 14, 2021: Amazon Elasticsearch Service has been renamed to Amazon OpenSearch Service. See details. 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 […]