Articles in this series
featured: Understanding VTL and how it applies to AWS AppSync
also featured: Lambda Function URLs, use-shopping-cart, Nodemailer, and more!
AWS AppSync is a managed graphQL service that comes with built-in websockets so applications can subscribe to real-time updates. Oftentimes, this means something like, "When someone adds a todo, let any subscriber see the new todo." But the actual us...
Using AWS Amplify to quickly configure Cognito and React
A guide to using JWT Authorizers in a fullstack application
Overview When adding a backend resource with AWS Amplify, like a Cognito User Pool, a Lambda function, or an S3 bucket, we provide reasonable defaults and best practices so that you can spend more time focusing on your business logic. At Amazon, we l...