Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on May 30, 2024. It is now read-only.
This repository was archived by the owner on May 30, 2024. It is now read-only.
There was an error while loading. Please reload this page.
Describe the bug
page : https://docs.launchdarkly.com/guides/infrastructure/aws-lambda#flushing-events
The documentation says to await on client.close() but this seems not to be a promise, so await it not needed
but it also says that close will call
client.flush()which is a promise.should client.close() be an async function and wait on the flush ?
SDK version
7.0.0
Language version, developer tools
node --version
v16.19.0
OS/platform
Ubuntu 22.04