Doug Moscrop
Doug Moscrop
Make AWS Lambda Nodejs regex more tolerant to support custom runtimes, fixes #268 we're happy to prefix our exection env var with `AWS_Lambda_nodejs`, although I guess another option would be...
## What would you like to have implemented? Running Node 16 in a Custom Runtime on Lambda, requires this workarond: ```js process.env.AWS_EXECUTION_ENV = 'AWS_Lambda_nodejs14.x' const { default: chromium } =...
I often find myself writing semi-duplicated code because I want to log some fact, but there may be something else (easy example is a request payload) that I might want...
## What did you implement: Closes #119 ## How did you implement it: This adds new resources for notifications if there's no Topic resource being created. ## How can we...
Let's refactor `.create` to take an options object. I propose that since the current version takes URL as the first parameter, it's probably always true that arguments.length >= 1 and...