45 followers
Sr. Developer Advocate @ AWS Amplify
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
I'm currently going through Yan Cui's excellent course on AWS Step Functions and it's been great so far. In it, he uses the Serverless Framework to explain various state machine patterns and concepts. In an attempt to escape tutorial overload, I ...