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

Releases: spring-media/aws-lambda-router

v0.6.2

03 May 07:44
Compare
Choose a tag to compare

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

02 Jan 10:48
Compare
Choose a tag to compare

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

24 Dec 08:57
Compare
Choose a tag to compare

Very flexible S3 route handling is now available.

v0.5.0

24 Dec 08:55
Compare
Choose a tag to compare

New Feature:

  • SQS route integration now available

Bugfix:

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

v0.4.0

14 Sep 07:39
e3972c5
Compare
Choose a tag to compare

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

31 Aug 09:29
Compare
Choose a tag to compare
  • better response handling for proxyIntegration if no object is available
  • Add some debug information

v0.3.0

29 Aug 12:50
e0dea56
Compare
Choose a tag to compare
  • custom responses now available
  • PATCH method

v0.2.3

13 Oct 19:19
Compare
Choose a tag to compare

Better errorhandling (from PR #3)

v0.2.2

25 Nov 09:24
Compare
Choose a tag to compare

Fix: CORS header values

v0.2.1

25 Nov 08:17
Compare
Choose a tag to compare

Some minor improvements for the proxyIntegration