Skip to content

adiii717/task-serverless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Deployment

To Deploy it to AWS, make sure to configure AWS profile and then run the following command

Deploy the whole infrastructure with just one step

# on fresh install
npm install && export AWS_PROFILE=task && npm run deploy
# on regular deployment
export AWS_PROFILE=profilename && npm run deploy

Local Testing

To Invoke the function locally, run the following command It will also pass the test event file that lamda expects for user validation

npm run local-invoke

Destroy the infrastructure

npm run destory

Default user that generated at deployment

email: adil@gmail.com
password: admin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors