Deploy an AWS Lambda to retrieve a record from DynamoDB with the Serverless Framework


Aug 21 2018 2 mins  
To retrieve a previously created item from a DynamoDB table we have to setup the IAM permissions for the Lambda to get an item and further implement the code using the DynamoDB DocumentClient API.