diff --git a/README.md b/README.md index de9c17c..b81dd1e 100644 --- a/README.md +++ b/README.md @@ -58,4 +58,13 @@ NEO4J_PASSWORD= #### 5. Deploy the application to AWS Lambda: ``` serverless deploy -``` \ No newline at end of file +``` + +## Execution + +The easiest way to run scout is send an event to the `scan-target` SQS queue, using the aws cli version 2, in the following manner: +``` +aws sqs send-message --queue-url https://sqs-autogenerated-url/scout-scan-target --message-body '{"target":"NAMEOFTARGET","domains":["DOMAIN1.COM", "DOMAIN2.COM"]}' +``` + +setting `target` to a value that will be applied to all nodes as a label, e.g *"Apple"*, and `domains` to a list of domains to scan, e.g. *["apple.com", "itunes.com"]* \ No newline at end of file