Skip to content

Releases: vcfvct/ts-lambda-local-dev

v2.1.1

30 Oct 22:15
b2fd71a
Compare
Choose a tag to compare

#21 Remove method from Request Event

Thanks @alavarello

support multiple endpoints

07 May 14:37
9d5f0eb
Compare
Choose a tag to compare

#20 Introduce LocalLambdaGroup to manage multiple lambdas in a single server instance
#19 add support for context injection in LocalLambda Class

Thanks @thapabishwa for the contribution.

support path parameter

21 Apr 04:21
a55d666
Compare
Choose a tag to compare
  • #17 , Add support for Path Parameters
  • #18 , handle duplicate query string parameters like APIGW

Thanks @thapabishwa for the contribution.

Add Support for Binary Data Upload

21 Mar 18:24
6deb17a
Compare
Choose a tag to compare

thanks @thapabishwa for the contribution on #15

update ts-node-dev version

05 Oct 21:13
c62e4d0
Compare
Choose a tag to compare

ts-node-dev to 2.x
Thanks @blakejoy .

narrow type for query string

12 Nov 16:28
e5057f7
Compare
Choose a tag to compare

remove string array type

null/undefine check for Buffer.from

02 Nov 15:47
bb61b8f
Compare
Choose a tag to compare

add multi value headers/queryString support

20 Oct 19:19
02d48be
Compare
Choose a tag to compare

handle binary responses that have been base64 encoded

17 Oct 19:47
5d6b4f7
Compare
Choose a tag to compare

add CORS for simple request

02 Aug 13:52
d20c93b
Compare
Choose a tag to compare

the previous enhancement only do for preflight requests, need also support simple requests