Releases: cfn-modules/lambda-event-source-webhook
Releases · cfn-modules/lambda-event-source-webhook
v2.0.0
Uses the new ApiGateway HTTP API to simplify module.
Migration guide
- The parameter
HttpMethod
was removed. The previous default valueANY
is now the default and can't be changed anymore. - The base path now is
/
instead of/webhook
. TheUrl
output returns the correct value. - Adapt your code to the new Lambda event payload structure