Real time feed application built on aws infrastructure in microservices architecture (work in progress) using localstack
Make sure to have cdklocal, docker and migrate installed for testing make sure to have ginkgo working and meet the requirements for testcontainers
Having awslocal can also help with local dev to browse resources within localstack
- Run
make help
to see all available commands - Copy
.envrc.example
into an.envrc
file and add secrets - If on a fresh db
cd ./migrations && make db/migrations/up
to get db set up - Run
make start
to start localstack dev environment - Run
make build/lambdas && make build/infra
to get resources ready - Run
make bootstrap && make deploy
to deploy localstack