A framework to develop GitHub WebHook receiver hosted in AWS Lambda.
Info
Version: | 0.0.4 |
Author(s): | adrian |
Last Update: | Thursday, December 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/adriangodong/githubhook |
NuGet Url: | https://www.nuget.org/packages/GitHubHook |
Install
Install-Package GitHubHook
dotnet add package GitHubHook
paket add GitHubHook
GitHubHook Download (Unzip the "nupkg" after downloading)
Dependencies
- AWSSDK.Core(>= 3.3.104.11)
- Amazon.Lambda.APIGatewayEvents(>= 1.3.0)
- Amazon.Lambda.Core(>= 1.1.0)
- NETStandard.Library(>= 1.6.1)
- Newtonsoft.Json(>= 12.0.3)
- UnixTimeConverter(>= 1.3.0)
Tags