Skip to content

meldiner/hello-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hello-lambda

AWS Lambda, Serverless Framework, TypecScript & Jest Hello World Project

Available Scripts

In the project directory, you can run:

npm clean

Deletes the build folder.

npm run build

Builds the app for production to the build folder.

npm run test:unit

Runs all unit tests located in the src folder.

npm run test:e2e

Runs all end to end tests located in the test folder.
Note that setting an environment variable named SERVICE_URL with the service url to test against is required in order to run the end to end tests.

npm run deploy

Deploys the service to AWS.
To deploy to a different stage than the default dev stage run: npm run deploy -- --stage <your stage name>

npm start

Starts a the service on http://localhost:3000 using the serverless offline plugin

About

AWS Lambda, Serverless Framework, TypeScript and Jest Hello World Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published