You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
require Node.js 16.10.0 as 12,14 are EOF/Nearing EOF. This is a first step in moving to a pure ESM package. If you're already running on Node.js >= 16.10.0 this shouldn't be breaking for you, as the library is still compiled to commonJS
The filter pattern to match CloudWatch Logs is now passed without modifications to the AWS API. If you're using the Jest toHaveLog or Chai to.have.log matchers you might need to quote your pattern, e.g. toHaveLog(pattern) -> toHaveLog(`"${pattern}"`) or to.have.log(pattern) -> to.have.log(`"${pattern}"`) to support special characters