Jamie Craane personal blog

My views, thoughts and experiences about Fullstack software development.

AWS tutorial: DynamoDB part 2

Retrieve items from DynamoDB using Lambda and API Gateway

In this tutorial we create a Lambda function which retrieves this data from the DynamoDB table and expose this functionality over HTTP using API Gateway.

AWS tutorial: DynamoDB part 1

AWS Lambda/Java, DynamoDB and Api gateway integration

In this post I am going through a full (Java) example of integrating AWS Lambda, DynamoDb and Api Gateway to create a function and expose this function as a HTTP resource for other parties to consume.