Skip to content

Supporting code for my article – How to build multi-step idempotent message processing

License

Notifications You must be signed in to change notification settings

denissudak/multi-step-event-processing

Repository files navigation

This is the supporting code for my article – How to build multi-step message processing

Setup

Start LocalStack on your machine

docker compose up

Install AWS CLI to interact with it:

python3 -m venv .venv
source venv/bin/activate
pip install awscli-local

Run localstack.sh to create SQS queue and DynamoDB table.

Install LocalStack Docker extension to later see the DynamoDB records

About

Supporting code for my article – How to build multi-step idempotent message processing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published