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
If I uncomment the "logger" parameter to the AWS client constructor (and add the import) https://github.com/Innablr/revolver/blob/develop/lib/awsConfig.ts#L30
it fails with a problem around a circular JSON reference
"Converting circular structure to JSON\n --> starting at object with constructor 'HTTPParser'\n | property 'socket' -> object with constructor 'TLSSocket'\n --- property 'parser' closes the circle"
Possibly got broken with the SDK v3 update
The text was updated successfully, but these errors were encountered:
If I uncomment the "logger" parameter to the AWS client constructor (and add the import)
https://github.com/Innablr/revolver/blob/develop/lib/awsConfig.ts#L30
it fails with a problem around a circular JSON reference
"Converting circular structure to JSON\n --> starting at object with constructor 'HTTPParser'\n | property 'socket' -> object with constructor 'TLSSocket'\n --- property 'parser' closes the circle"
Possibly got broken with the SDK v3 update
The text was updated successfully, but these errors were encountered: