Skip to content

Instantly share code, notes, and snippets.

@juancho088
Created March 13, 2018 07:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juancho088/35b98edbe99d2f2ecf69dbd695bfaa3f to your computer and use it in GitHub Desktop.
Save juancho088/35b98edbe99d2f2ecf69dbd695bfaa3f to your computer and use it in GitHub Desktop.
Example Package.json file with scripts to run events
{
"name": "my-hello",
"version": "1.0.0",
"scripts": {
"getHelloEvent": "gradle build shadowJar -x test; sam local invoke Hello -e src/test/resources/eventHelloGET.json"
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment