Skip to content

Releases: iDanielBot/openapi-lambda-adapter

v1.4.0

Choose a tag to compare

@iDanielBot iDanielBot released this 18 Jun 14:23

Bug fixing:

  • undefined/null values are now gracefully handled for HTP requests with query params

v1.3.0

Choose a tag to compare

@iDanielBot iDanielBot released this 07 Jan 15:21

Improve traceability via User-Agent headers.

Updates to error codes returned by lambda transport lib

Choose a tag to compare

@iDanielBot iDanielBot released this 13 Mar 09:36
v1.2.0

1.2.0

v1.0.2

Choose a tag to compare

@boringContributor boringContributor released this 13 Sep 10:09
1.0.2

v1.0.1

Choose a tag to compare

@iDanielBot iDanielBot released this 05 Sep 07:24

Fixes

  1. Avoid errors when processing axios requests with null or undefined query params/headers.

v0.5.2

Choose a tag to compare

@boringContributor boringContributor released this 04 Sep 13:55

filter undefined/null values from query paras

v0.5.1

Choose a tag to compare

@boringContributor boringContributor released this 04 Sep 13:27

fix for allowing null as a query param

v1.0.0

Choose a tag to compare

@iDanielBot iDanielBot released this 14 Aug 07:38
ccbb430

Migrate to aws-sdk v3 for Lambda Invoke.

v0.5.0

Choose a tag to compare

@iDanielBot iDanielBot released this 20 Jul 14:43

Support passing current lambda context to the runner, for extracting and passing forward the original requestId & lambda's arn as callerIdentity.

0.4.1

Choose a tag to compare

@iDanielBot iDanielBot released this 12 Jul 14:35

Remove openapi-client-axios from peerDependencies list.