Adding Numbers with API Gateway, Lambda and DynamoDB

This is a small project that shows how to use the API Gateway to simply add two numbers together. The entered numbers are added together using a Lambda function and the numbers, and sum are added to a DynamoDB table. I have created a CloudFormation template that can be found in my GitLab repo. Creating […]

Adding Numbers with API Gateway, Lambda and DynamoDB Read More ยป