Skip to content

potatoistic/template-serverless

Repository files navigation

Serverless Express Typescript Template

Deployment

In order to deploy the example, you need to run the following command:

$ serverless deploy
or
$ npm run deploy-prod

Deploy a function

$ serverless deploy function --function functionName
or
$ npm run deploy-function functionName

Local development

You can invoke your function locally by using the following command:

$ serverless offline start
or
$ npm run dev

Author

Repository inspired from serverless-boilerplate-express-typescript

About

Template for serverless with express, typescript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published