2021
Typescript Lambda & DynamoDB RESTful Api RUN LOCALLY using Docker and LocalStack!
LocalStack is pretty awesome! It allows you to emulate a number of AWS services on your computer. Today we're just going to focus on emulating DynamoDB locally to test our Serverless Lambda.
2020
Configuring DynamoDb using Serverless YAML
DynamoDb is a brilliant NoSQL database from AWS. It integrates directly with the Serverless Framework, so today we're going to configure Serverless to work with DynamoDb