DEV Community

Cover image for Fetch Data with AWS Lambda
Kemisola
Kemisola

Posted on

Fetch Data with AWS Lambda

Just built a Lambda function for data retrieval!
In this project, I:

✅ Created a DynamoDB table to store user data.

✅ Developed an AWS Lambda function to retrieve data from the DynamoDB table.

✅ Wrote test events in Lambda to validate my function.

✅ Updated my Lambda's execution role to allow communication between Lambda and DynamoDB.

Check out my documentation to see how I brought this serverless solution to life: https://github.com/MisolaInTheCloud/Fetch-Data-with-AWS-Lambda

Top comments (0)