- Install docker
- To emulate AWS λ and API Gateway locally, run
docker-compose run -p 3000:3000 local
- Functions (and associated tests) can be created using the command
sls create function -f myFunction --handler functions/myFunction/index.handler
A stack template that consists of docker, serverless, jest & typescript
JavaScriptMIT
docker-compose run -p 3000:3000 local
sls create function -f myFunction --handler functions/myFunction/index.handler