AWS Lambda & DynamoDB | AWS Serverless tutorial | Part I

AWS Lambda & DynamoDB | AWS Serverless tutorial | Part I

Join us in this tutorial as we use AWS Lambda, AWS API Gateway and DynamoDB to create a serverless backend for your application.

Create a Serverless App – Part I
In part I of this AWS Serverless tutorial we create 4 Lambda functions in NodeJS to implement CRUD operations in our DynamoDB database.

Starter code for ‘Create a Serverlesss App’ tutorial:
https://github.com/jspruance/hexal-serverless-starter

Completed code for ‘Create a Serverlesss App’ tutorial:
https://github.com/jspruance/hexal-serverless-starter-complete

Add Comment