-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SecretsManager.getSecretValue returns a string instead of an object #9
Comments
Is the stringified json object in err (1st param) or data (2nd param) of the callback? |
It is in data (2nd param) in the case of a successful response. |
Hi @maanenh , Does this correctly describe the issue you came across? |
Hi @hui-yang , |
Thanks @maanenh. We have updated the documentation for now. The bug will be fixed (response will be Json object) in future release of the SDK. |
The SecretsManager.getSecretValue method should return an object with signature:
But instead of an object, it returns a string that containts the stringified Json object.
The text was updated successfully, but these errors were encountered: