Skip to content

Serverless deployment for Profile website backend

Notifications You must be signed in to change notification settings

anujeet98/Profile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Profile BE

Testing

npm test

Local Run

npm install && npm start

Deployment

For Serverless deployment via AWS Lambda checkout branch - serverless-deployment

//Install serverless framework
npm install -g serverless

//configure serverless framework setup, select Express-API, configure AWS credentials with IAM access key and secret
serverless 

//update the mongodb connection in .env and deploy
serverless deploy

Releases

No releases published

Packages

No packages published