# sample_events

### Helper Script

There is a bash script in this directory that will send a sample event from a file to an *
**already running** local lambda function.

#### Setup
Make sure you have the following cli tools setup.
* cURL
* jq

#### Execution
Simply call the script with a file path as parameter.

`$ ./call.sh $FILE_PATH.json`