#aws-cdk
Read more stories on Hashnode
Articles with this tag
Throughout this series, we've discussed how to build backend infrastructure using the AWS CDK. In doing so, we've touched on several services and...
AWS AppSync is a fully-managed GraphQL API service and the last service that we'll add to this backend stack. Due to it being an API, it'll read and...
As a frontend developer, you're probably used to working with modern web frameworks like React or Vue, which allow you to build complex applications...
๐ This post has been officially written and published to the AWS Mobile Blog as a getting started guide! Feel free to read that to get a walkthrough...
Featured Services: AWS AppSync, CDK, Cognito, NextJS and more! ยท Overview AWS AppSync is a managed GraphQL service that helps in building scalable...
AWS AppSync is a managed graphQL service that comes with built-in websockets so applications can subscribe to real-time updates. Oftentimes, this...