# ar-track lambda scripts

This script will invoke the `ar-track-filter` lambda, which will (if successful) send a sqs message which invokes the `ar-track-updater`

## Requirements
* AWS credentials (using awsume)
* QA Neo4J write access

## Usage
1. `awsume prod`
2. Create required nodes in Neo4J using the queries in `tracks.cypher` (todo - add to script)
3. In the script, replace `file://updateEvent.json` with the event you want to test
4. Run `sh invoke.sh`

Note - the `/payloads` are just for reference - these are the decoded `value` property in each event.
