CRUD API with AWS Lambda, DynamoDB and API Gateway Using Terraform

Prerequisites For this tutorial, you will need: The Terraform CLI (1.0.1+) installed. An AWS account. The AWS CLI (2.0+) installed, and configured for your AWS account. A copy of https://github.com/lukayeh/lambda-api-202207261251 Introduction This tutorial will enable you to provision AWS Lamdba, Api Gateway and DynamoDB to enable a serverless API that creates, reads, updates, and deletes items from a DynamoDB table. The functionality was based on following this AWS tutorial: Tutorial: Build a CRUD API with Lambda and DynamoDB ....

July 26, 2022 · 5 min · Me