Skip to content

rust-adventure/building-a-dynamodb-powered-pokemon-api-with-cdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building a DynamoDB and Serverless Powered Pokemon API with CDK

A Rust Adventure Workshop

Building the lambda binary

cargo zigbuild --target x86_64-unknown-linux-gnu.2.26 --release
mkdir -p lambdas/pokemon-api
cp target/x86_64-unknown-linux-gnu/release/pokemon-api lambdas/pokemon-api/bootstrap