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

0.11.0

02 Jul 12:39
Compare
Choose a tag to compare

Improvement

  • add HttpMethod to "ProxyIntegrationRoute" (#64) (thanks to @JHPG)
  • flag to disable Base Path Removal (#72) (thanks to @EthanDavis)

Bugfix

  • send cors headers back after onError result (#69) (thanks to @Gerjunior)

Other

  • dependency (dependabot): Bump hosted-git-info from 2.8.5 to 2.8.9 (#68)
  • dependency (dependabot): Bump lodash from 4.17.19 to 4.17.21 (#67)
  • dependency (dependabot): Bump minimist from 1.2.0 to 1.2.5 (#73)

0.10.0

23 Mar 11:13
Compare
Choose a tag to compare

Improvement

  • adding generic and proxyIntegration errorHandler (#60) (thanks to @swaner)

Bugfix

Other

  • build: updates build nodeJS version to 10

0.9.1

11 Sep 13:28
a3de148
Compare
Choose a tag to compare

Improvements:

proxyIntegration: Allow defaultHeaders to be added to the OPTIONS request (#53) (thanks again to @TerryMooreII and LiveOakLabs)

0.9.0

01 Sep 18:58
Compare
Choose a tag to compare

Improvement

  • proxyIntegration: Adds customizable CORS configurations (#52) (thanks to @TerryMooreII and LiveOakLabs)

0.8.4

01 Aug 05:05
1cd933e
Compare
Choose a tag to compare

Minor improvement:

0.8.3

07 May 06:05
Compare
Choose a tag to compare

added records to the SQS (#43) and SNS (#44) action for further processing

v0.8.2

28 Jan 08:32
e8518b1
Compare
Choose a tag to compare

added support for Open API parameter definitions e.g.: /section/{id}

v0.8.1

24 Jan 11:30
Compare
Choose a tag to compare

Consistency:

  • breaking: error response objects (thrown or rejected) now need to set statusCode instead of status (consistent with response)

Bugfix:

  • changed ProxyIntegrationEvent body type to be generic but defaults to unknown
  • changed @types/aws-lambda from devDependency to dependency

v0.7.1

22 Jan 13:56
Compare
Choose a tag to compare

Minor:

  • style cleanup
  • fix: npm package on npmjs should now work

v0.7.0

17 Jan 16:44
640d5eb
Compare
Choose a tag to compare

New Feature:

  • migrate to typescript
  • using aws-lambda typings
  • Proxy path support