Skip to content

celalemre/Logentries-OpsGenie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Work in progress: Logentries & OpsGenie Integration

This script is intended to be run in AWS Lambda and triggered by Amazon API Gateway.

Before uploading to Lambda:

  1. Add in a Logentries REST API Read-only key on line 15
  2. Add in a the Logentries Account Key associated with the API key on line 16
  3. Add in the API Key of the integration from OpsGenie on line 20
  4. Add the requests library to the same directory pip install requests -t /path/to/project-dir
  5. Zip up the lambda.py with requests library
  6. Upload to Lambda
  7. In Lambda, update the handler parameter in Lambda configuration to be lambda.lambda_handler
  8. Add the boto3 library (provided in the repository) to the same directory
  9. Add the name of the lambda function that you created in AWS Lambda Service as the value of FunctionName parameter in lambdaInvoker.py script on line 11
  10. Zip up the lambdaInvoker.py with boto3 library
  11. Create another lambda function in AWS Lambda Service, and upload that zip to Lambda
  12. Update the handler parameter in Lambda configuration to be lambdaInvoker.lambda_handler

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%