- SST app for the AWS workshop purposes
git clone https://github.com/lukasniedoba/aws-workshop-todo.git
cd aws-workshop-todo
- edit
stacks/MyStack.ts
and replaceerrorChannelTopic
subscription with your email
# prepare AWS credentials
cp .aws/credentials.example .aws/credentials
# edit aws/credentials and replace placeholders with your Aws credentials
# building and running the container
docker build -t aws-workshop .
docker run -v ${PWD}:/stack aws-workshop sleep infinity
docker exec -it container_id bash
# inside the container
npm install
npm run deploy
npm run remove
rm -rf .sst
rm -rf node_modules
rm -rf packages/functions/node_modules
Inside postman directory you can find postman collection with example requests.
Postman link: https://www.postman.com/downloads/