https://github.com/levlaz/LdLambdaNotify
Process LaunchDarkly webhooks with AWS Lambda
https://github.com/levlaz/LdLambdaNotify
Last synced: 6 months ago
JSON representation
Process LaunchDarkly webhooks with AWS Lambda
- Host: GitHub
- URL: https://github.com/levlaz/LdLambdaNotify
- Owner: levlaz
- License: mit
- Created: 2018-07-31T21:53:32.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T22:49:50.000Z (almost 7 years ago)
- Last Synced: 2024-08-03T22:06:25.267Z (9 months ago)
- Language: C#
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-launchdarkly - levlaz/LdLambdaNotify - Process LaunchDarkly webhooks with AWS Lambda (Apps)
README
# 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](https://aws.amazon.com/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](https://aws.amazon.com/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](https://aws.amazon.com/ses/) -- this is used for sending email.