Welcome to the AWS Code Examples Repository. This repo contains code examples used in the AWS documentation, AWS SDK Developer Guides, and more. For more information, see the Readme.md file below.
Apache License 2.0
9.64k
stars
5.66k
forks
source link
aws-doc-sdk-examples/gov2: kms examples are missing #6443
The links on this page take people to this page, and kms examples are nowhere to be found. The documentation also doesn't explain how we can mock the client as the kmsiface package is no longer included in Go SDK v2.
What does this example accomplish?
I would like to see Go SDK v2 examples for kms. It would be great if the example/documentation can explain how people can mock the new client for testing as kmsiface is not included in the Go SDK v2.
Background story
The links on this page take people to this page, and kms examples are nowhere to be found. The documentation also doesn't explain how we can mock the client as the
kmsiface
package is no longer included in Go SDK v2.What does this example accomplish?
I would like to see Go SDK v2 examples for kms. It would be great if the example/documentation can explain how people can mock the new client for testing as
kmsiface
is not included in the Go SDK v2.Which AWS service(s)?
kms
Which AWS SDKs or tools?
Are there existing code examples to leverage?
No response
Do you have any reference code?
No response