This project is created using fastapi.
It contains the CRUD APIs for Instagram images.
python src/main.py
export AWS_PROFILE=localstack
export LOCALSTACK_URL=http://localhost:4566/
export aws_access_key_id=test
export aws_secret_access_key=test
Run a fresh instance of LocalStack and initialize the resources required for the project.
docker compose up -d
chmod +x localstack_entrypoint.sh
. ./localstack-entrypoint.sh > /dev/null
To stop localstack
docker compose down