fynnfluegge/rocketnotes

feat(dev-setup): add gitpod support

Closed this issue · 0 comments

Add a gitpod.yaml to setup the project in a gitpod workspace.

The gitpod confiuguration should:

  • install aws cli and run aws configure
  • install sam cli
  • start DynamoDb with docker-compose
  • save test data to DynamoDb
  • build and start Lambda functions with aws sam
  • build and start the webapp