#aws-cdk
Read more stories on Hashnode
Articles with this tag
Don't get me wrong: I love how simple Amazon Cognito makes it to get email authentication working. It even has direct support for Google and Facebook....
I'm sitting in a Seattle pub writing this post and I'm having a hard time conentrating because my Airpods died. It's my fault for not charging them,...
Amazon Simple Storage Solution (Amazon S3) is one of the oldest AWS services. It's also the one that I was most afraid of when first learning AWS....
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...