|
|
|
|
|
by Hikikomori
1340 days ago
|
|
With AWS SAM you can invoke functions locally, run api gateway and use step functions. There's also a 3rd party project to run various AWS services locally, can't remember the project name. There's also SAM sync that syncs changes you make quickly, so if you have your own dev copy in AWS you can quickly test changes. |
|
node -e "console.log(require('./index').handler(require('./event.json')));"