Releases: netlify/netlify-lambda
Releases · netlify/netlify-lambda
v1.4.5
release NODE_ENV fix from https://github.com/netlify/netlify-lambda/pull/123
release NODE_ENV fix from #123
v1.4.2 dont use promise.finally for node <10
v1.4.2 dont use promise.finally for node <10 as reported in #120
v1.4.1 bugfix for timeout Promise.race code
thank you @designbuedchen and @alexanderson1993 for reporting and fixing
v1.4.0 - new --timeout flag
v1.3.3: allow undefined bodies with nice warning message
thanks to @danew for resolving this "good first issue": #91
If you don't return a body, we will warn you with this warning in non-production environments:
Your lambda function didn't return a body, which may be a mistake. Check our Usage docs for examples (https://github.com/netlify/netlify-lambda#usage).
If this is intentional, you can silence this warning by setting process.ENV.SILENCE_EMPTY_LAMBDA_WARNING to a truthy value or process.env.CONTEXT to 'production'