awsdocs / aws-doc-sdk-examples

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.17k stars 5.54k forks source link

aws-doc-sdk-examples/gov2: kms examples are missing #6443

Open howardtw opened 1 month ago

howardtw commented 1 month ago

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

Laren-AWS commented 4 days ago

I'll keep an eye on the current work to implement KMS examples in other languages and evaluate whether to follow in Go when those are complete.