Releases: xp-forge/lambda-ws
Releases · xp-forge/lambda-ws
1.1.2: Lambda Function URLs fix
06 Sep 21:27
Compare
Sorry, something went wrong.
No results found
Fixed issue #8 : Cookies error in Lambda Function URLs - @thekid
1.1.1: Redirect fixes
12 Apr 10:53
Compare
Sorry, something went wrong.
No results found
Merged PR #7 : Fix redirects yielding "null" - @thekid
1.1.0: Binary content
12 Apr 06:41
Compare
Sorry, something went wrong.
No results found
Merged PR #5 : Encode binary responses using base 64 - @thekid
1.0.3: Library compatibility
26 Feb 11:24
Compare
Sorry, something went wrong.
No results found
Made library compatible with xp-forge/lambda version 4.0.0
(@thekid )
1.0.2: XP 11, library compatibility
21 Oct 15:12
Compare
Sorry, something went wrong.
No results found
Made library compatible with XP 11, xp-forge/lambda version 3.0.0
(@thekid )
1.0.1: XP web 3.0 compatibility
26 Sep 21:36
Compare
Sorry, something went wrong.
No results found
1.0.0: Gateway version 2.0
29 Aug 15:43
Compare
Sorry, something went wrong.
No results found
Made lambda handler raise errors for missing or unhandled versions
(@thekid )
Implemented gateway payload version 2.0 cookies correctly - @thekid
0.7.0: Request context object
29 Aug 12:06
Compare
Sorry, something went wrong.
No results found
Wrapped requestContext in com.amazon.aws.lambda.RequestContext
(@thekid )
0.6.0: Lambda library compatibility
29 Aug 11:22
Compare
Sorry, something went wrong.
No results found
Made compatible with xp-forge/lambda version 2.0.0 - @thekid
0.5.0: Request context access
29 Aug 10:30
Compare
Sorry, something went wrong.
No results found
Made events' requestContext member accessible via request value
(@thekid )
Made remote address available in HTTP headers, populated via events'
requestContext.http.sourceIp member
(@thekid )