TodaysMenu backend API
Install AWS SAM first.
Prepare docker image
cd docker
docker build -t build-rust-provided.al2 .
Build (in project work dir)
make
Run local api gateway
make localstack
make apigw
After starting the dev server you can connect to
http://localhost:8080/graphql
to open the Apollo
GraphQL sandbox portal.
MODE=release make
sam deploy