API Gateway, Lambda, DynamoDB and Rust
Purpose: Showcase using the AWS Rust SDK to build a GET request at a Basic /{id} path which queries DynamoDB for a composite key
Getting Started
Deploying
Dependencies
clone the repository
cd rust-ddb-api
sam build
sam deployDestroying
Simply run:
sam delete
Implementation
For a further and in-depth review of how to use this repository and what it supports, head on over the Blog Article
