Cake Ordering System is a Data Driven Serverless Application using Backend as a Service (BAAS) by AWS. Application built using NodeJS, aws cloud formation, aws lambda, aws kinesis, aws ses,aws sqs and aws dynamodb.
$ npm i
$ npm start
- Set up the Serverless CLI
$ npm i -g serverless
- Setup Crendential
$ serverless config credentials --provider aws --key <your key> --secret <your secret>
- Deploy
$ serverless deploy
- Check error log
$ serverless logs -f <event name>