Generic Webhook To Eventbridge Versions Save

An AWS SAR app for sending generic webhook events to EventBridge event bus

v1.3.4

4 years ago

Updates:

  • Add support for HTTP API event v 2.0.

v1.3.3

4 years ago

Bug fixes:

  • Allow turning off provisioned concurrency by setting zero as a value (zero is a default value)

v1.3.2

4 years ago

Bug fixes:

  • Use a correct param for provisioned concurrency.

v1.3.1

4 years ago

Bug fixes:

  • Use a correct param for provisioned concurrency.

v1.3.0

4 years ago

New features:

  • Add support for Lambda reserved concurrency.
  • Add support for customizing Lambda alias.

v1.2.0

4 years ago

New features:

  • Decode base64 encoded body before parsing.

v1.1.0

4 years ago

New features:

  • Parse request body if request content type is application/x-www-form-urlencoded.

v1.0.0

4 years ago

Initial release. Features:

  • Creates an API Gateway's HTTP API and AWS Lambda function that receives a web hook event.
  • Lambda function processes the event and sends a full event (with body and headers) to your EventBridge event bus.
  • If you receive Content-Type: application/json, request body will be parsed as an object.