Infrastructure as a service using serverless framework in AWS for the MyTrips application.
- Node 12.x
- npm 6
- serverless
- aws (aws - cli)
Add dependencies / dev-dependencies as needed
npm install <package-name> --save
npm install <package-name> --save-dev
Install/download the dependencies
npm install
To try locally using
npm start
Deploy to AWS as below.
npm delploy <--stage env> <other params>