benbpyle / dynamodb-stream-handler-rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DynamoDB Streams and Rust Lambda

Purpose: This repository demonstrates how to process DynamoDB Stream changes using Rust and Lambda. It also supports this article

Arch

Deploy

cdk deploy
cd scripts

export DYNAMODB_ACCESS_KEY_ID=<your key>
export DYNAMODB_SECRET_ACCESS_KEY=<your secret>

node sample-data.js

Destroy

cdk destroy

About


Languages

Language:TypeScript 46.5%Language:Rust 36.7%Language:JavaScript 16.8%