Simple serverless app
How to use it -
- update settings.env with corresponding bucket name, upload location
- run ./script.sh <path-to-pace-data.txt or url> 2.1 This will create a bucket on aws 2.2 Upload the file to specified folder in settings.env
- cd devops-test-serverless
- configure serverless framework with correct IAM user and following permissions 4.1 S3 4.2 RDS 4.3 APIGATEWAY
- serverless deploy
- run ./script.sh <path-to-pace-data.txt or url>
- to trigger the lambda functions
- open webapp/index.html
Demo - https://gautammd.github.io/tmc-cloud-engineer-challenge/webapp/index.html