This project shows a simple DynamoDB Events example with Jets.
git clone https://github.com/tongueroo/jets-dynamodb-event-example demo
cd demo
bundle
aws dynamodb create-table --table-name my-table --attribute-definitions AttributeName=id,AttributeType=S --key-schema AttributeName=id,KeyType=HASH --provisioned-throughput ReadCapacityUnits=1,WriteCapacityUnits=1
Next, we'll deploy the app to AWS Lambda with jets deploy.
jets deploy
Here's the blog article:
If you find Jets interesting, please it a GitHub star tongueroo/jets. It helps others find out about the project. I'd appreciate it!