Releases: vcfvct/ts-lambda-local-dev
Releases · vcfvct/ts-lambda-local-dev
v2.1.1
support multiple endpoints
#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
Thanks @thapabishwa for the contribution.
Add Support for Binary Data Upload
thanks @thapabishwa for the contribution on #15
update ts-node-dev version
ts-node-dev to 2.x
Thanks @blakejoy .
narrow type for query string
remove string array type
null/undefine check for Buffer.from
add multi value headers/queryString support
handle binary responses that have been base64 encoded
add CORS for simple request
the previous enhancement only do for preflight requests, need also support simple
requests