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
Apparently this library should support SDK JS v3 KMS client (see #916), but it seems that constructing one's own client provider with v3 KMS client (that is captured with X-Ray) is not possible? Or what am I missing?
This relates to issue #191 which suggest capturing v2 client like so:
… but one can't utilize captureAWSv3Client as it seems that getKmsClient is only returning v2 SDK (API compatible) client (and v2 has been deprecated):
Unfortunately I don't yet understand the inner architecture of the Encryption SDK, but on a high-level, it should be possible to just use SDK v3 modules (with X-Ray capture/tracing) as v2 has been deprecated.
If this is already supported, it should be somehow covered by the docs or at least by the examples.
The text was updated successfully, but these errors were encountered:
Problem:
Apparently this library should support SDK JS v3 KMS client (see #916), but it seems that constructing one's own client provider with v3 KMS client (that is captured with X-Ray) is not possible? Or what am I missing?
This relates to issue #191 which suggest capturing v2 client like so:
… but one can't utilize
captureAWSv3Client
as it seems thatgetKmsClient
is only returning v2 SDK (API compatible) client (and v2 has been deprecated):Solution:
Unfortunately I don't yet understand the inner architecture of the Encryption SDK, but on a high-level, it should be possible to just use SDK v3 modules (with X-Ray capture/tracing) as v2 has been deprecated.
If this is already supported, it should be somehow covered by the docs or at least by the examples.
The text was updated successfully, but these errors were encountered: