Webshop fulstacck build using different serverless AWS technologies
Based in Python, using AWS lambdas functions and API Gateway as an API.
Resource | Method | Input | Output |
---|---|---|---|
/shoes | GET | - | List of shoes stored in DynamoDB |
/orders | POST | payload: {client, shoe_reference, size, shipping_information} | Invoice as Response and stored in S3 bucket |
React App using Typescript
Execute from backend folder
cd backend
Deploy lambdas
./devops/deploy_lambdas.sh
Update Lambdas
./devops/update_lambdas.sh
Delete lambdas
./devops/delete_lambdas.sh
Continuous development from Github to Amplify
Run localy
npm start
Test suit in AWS Lambda console