-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add external config, fix object key matching
- Loading branch information
Showing
3 changed files
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Logentries tokens | ||
# This token is used to associate log files in AWS S3 to a log in your Logentries account. | ||
log_token = "YOUR_LOG_TOKEN" | ||
|
||
# You can supply an optional token to log activity to a log on Logentries and any errors from this script. | ||
# This is optional, it is recommended you use one log file/token for all your Lambda scripts. If you do not | ||
# wish to use this, just leave the value blank. | ||
debug_token = "YOUR_DEBUG_TOKEN" | ||
|
||
# Log to generic activity from this script to our support logging system for Lambda scripts | ||
# this is optional, but helps us improve our service nad can be hand for us helping you debug any issues | ||
# just remove this token if you wish (leave variable in place) | ||
lambda_token = "0ae0162e-855a-4b54-9ae3-bd103006bfc0" | ||
|
||
username = "YOUR_USERNAME" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters