Skip to content

Infrastructure as a service using serverless framework in AWS for the MyTrips application.

License

Notifications You must be signed in to change notification settings

abinemmanuel/my-trips-infrastructure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-trips-infrastructure

Infrastructure as a service using serverless framework in AWS for the MyTrips application.

Prerequisites

  • Node 12.x
  • npm 6
  • serverless
  • aws (aws - cli)

Initialising

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

Deploy to AWS as below.

npm delploy <--stage env> <other params>

Additional Read:

About

Infrastructure as a service using serverless framework in AWS for the MyTrips application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published