Skip to content

Releases: vacationtracker/generic-webhook-to-eventbridge

Version 1.3.4

13 Mar 16:03
Compare
Choose a tag to compare

Updates:

  • Add support for HTTP API event v 2.0.

Version 1.3.3

16 Jan 12:56
Compare
Choose a tag to compare

Bug fixes:

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

Version 1.3.2

16 Jan 12:49
Compare
Choose a tag to compare

Bug fixes:

  • Use a correct param for provisioned concurrency.

Version 1.3.1

11 Jan 16:48
Compare
Choose a tag to compare

Bug fixes:

  • Use a correct param for provisioned concurrency.

Version 1.3.0

11 Jan 15:53
Compare
Choose a tag to compare

New features:

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

Version 1.2.0

30 Dec 20:03
Compare
Choose a tag to compare

New features:

  • Decode base64 encoded body before parsing.

Version 1.1.0

30 Dec 16:03
Compare
Choose a tag to compare

New features:

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

Version 1.0.0

30 Dec 14:07
Compare
Choose a tag to compare

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.