Skip to content

Example todo API in SST framework deployed to AWS cloud

Notifications You must be signed in to change notification settings

lukasniedoba/aws-workshop-todo

Repository files navigation

AWS Workshop - example application

  • SST app for the AWS workshop purposes

Clonning the project

git clone https://github.com/lukasniedoba/aws-workshop-todo.git
cd aws-workshop-todo

Edit project

  • edit stacks/MyStack.ts and replace errorChannelTopic subscription with your email

Deploying the project

# 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

Removing the app

npm run remove

Clean

rm -rf .sst
rm -rf node_modules
rm -rf packages/functions/node_modules

Postman

Inside postman directory you can find postman collection with example requests.

Postman link: https://www.postman.com/downloads/

About

Example todo API in SST framework deployed to AWS cloud

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published