Skip to content

Process LaunchDarkly webhooks with AWS Lambda

License

Notifications You must be signed in to change notification settings

levlaz/LdLambdaNotify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LdLambdaNotify

Process LaunchDarkly webhooks with AWS Lambda

Overview

This project allows you to process webhooks from LaunchDarkly using AWS Lambda. It uses the following AWS products:

  • AWS API Gateway -- this serves as the endpoint that webhooks in LaunchDarkly will get sent to. In addition this serves as the trigger for the Lambda function.
  • AWS Lambda -- this is where the code in this repository runs. The Lambda function processes the incoming webhook and uses the AWS SDK to send an email.
  • AWS SES -- this is used for sending email.

About

Process LaunchDarkly webhooks with AWS Lambda

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages