Skip to content

Commit

Permalink
update documentation per how to use this once deployed
Browse files Browse the repository at this point in the history
  • Loading branch information
rwilcox committed Feb 18, 2018
1 parent 76b85a4 commit faec8e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Using this lambda script

4. `make` creates the zip file for deployment
5. `make deploy` will deploy the package to S3 and trigger lambda to use the new code.
6. Using the AWS lambda management console, find out the URL for the lambda.
7. The lambda takes two path parameters at the end: these are the Cloudwatch Logs log group and log stream to write events to. Decide on these.
8. `heroku drains:add https://..../YOUR_LOG_GROUP/YOUR_LOG_STREAM`

Testing deployment
========================
Expand Down

0 comments on commit faec8e7

Please sign in to comment.