Serverless service to showcase DynamoDB stream support.
Make sure that you use Serverless v1.
serverless install --url https://github.com/pmuens/serverless-dynamodb-streams
to install the service in your current working directorycd serverless-dynamodb-streams
npm install
users
with a primary partition key called id
and enable stream support for this tableserverless.yml
file with the stream ARN of your users
tableserverless deploy
serverless invoke --function updateProfile --path event.json
to simulate a profile update processserverless logs --function logger
to see the which data has changed in the users
table