Skip to content

@cloudburn/sdk@0.23.0

Choose a tag to compare

@github-actions github-actions released this 12 Jul 08:50
e6fa313

Minor Changes

  • #66 cb7cf91 Thanks @axonstone! - Add scoped AWS credentials support for live discovery. CloudBurnClient.discover() accepts aws.credentials (a static identity or credential provider), and the new withAwsClientCredentials() helper scopes credentials to every AWS client created inside a callback. Existing behavior is unchanged when no credentials are supplied.