Skip to content
This repository was archived by the owner on Aug 8, 2024. It is now read-only.

Releases: spring-media/aws-lambda-router

v0.6.2

Choose a tag to compare

@chgohlke chgohlke released this 03 May 07:44

Minor improvements:

  • take away old gulp dependency to run tests, works now with scripts in package.json
  • normalize request path to start from local host (thanks to @napicella)

v0.6.1

Choose a tag to compare

@chgohlke chgohlke released this 02 Jan 10:48

Somes fixes for S3 processor:

  • aggregate result promises to one promise
  • s3Route interface
  • clarify types for S3: records is an entry of the s3 event

v0.6.0

Choose a tag to compare

@chgohlke chgohlke released this 24 Dec 08:57

Very flexible S3 route handling is now available.

v0.5.0

Choose a tag to compare

@chgohlke chgohlke released this 24 Dec 08:55

New Feature:

  • SQS route integration now available

Bugfix:

  • SNS integration now works with Array of message instead of single message

v0.4.0

Choose a tag to compare

@chgohlke chgohlke released this 14 Sep 07:39
e3972c5

If an API gateway calls a lambda, a Context Object is given to the lambda.

With this new version 0.4.0 of lambda router this context object is now passed through the router to the lambda.

v0.3.1

Choose a tag to compare

@chgohlke chgohlke released this 31 Aug 09:29
  • better response handling for proxyIntegration if no object is available
  • Add some debug information

v0.3.0

Choose a tag to compare

@chgohlke chgohlke released this 29 Aug 12:50
e0dea56
  • custom responses now available
  • PATCH method

v0.2.3

Choose a tag to compare

@chgohlke chgohlke released this 13 Oct 19:19

Better errorhandling (from PR #3)

v0.2.2

Choose a tag to compare

@chgohlke chgohlke released this 25 Nov 09:24

Fix: CORS header values

v0.2.1

Choose a tag to compare

@chgohlke chgohlke released this 25 Nov 08:17

Some minor improvements for the proxyIntegration