#serverless
Read more stories on Hashnode
Articles with this tag
Learn how to accurately and easily type data retrieved from a DynamoDB table via the AWS SDK using TypeScript and how to avoid using any types! · This...
Learn how to build a REST API with API key authentication using AWS API Gateway, DynamoDB, Lambda, and the AWS CDK as well as how to test it with Postman.
AWS DynamoDB is a fully managed NoSQL database that offers fast and scalable performance regardless of the size of your application. To make this...
It’s a quite common scenario to need to trigger a lambda function from another lambda function. This might be because you need to trigger another...
It's pretty common to have a contact form on your website but building them can be a pain. So, let's explore how to easily build one using Next.js and ·...
In this blog post, we are going to be looking at how we can use Fauna, Next.js, GraphQL, and the Twitter V2 API to create a web application that...