This project is for learning purposes only. It creates A local REST API flask producer for sqs and local consumer that sends the data to S3.
- default aws credentials set on your machine.
- python 3
- docker and docker compose
- Upload the architecture.yaml to cloudformation and choose a S3 bucket name, and wait for the stack to complete.
- Navigate to Consumer/Consumer.py and change the bucket name in the "change me" section.
- Run docker-compose up -d
- Open an API client (postman/curl/custom client app)
- POST to http://127.0.0.1:5000/api
NOTE
Warning! Do not share the images with others after the build because they contain your access and secret keys. You can share the project with others and run the docker compose.