aws-doc-sdk-examples
aws-doc-sdk-examples copied to clipboard
aws-doc-sdk-examples/gov2: kms examples are missing
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?
- [ ] All languages
- [ ] .NET
- [ ] C++
- [X] Go (v2)
- [ ] Java
- [ ] Java (v2)
- [ ] JavaScript
- [ ] JavaScript (v3)
- [ ] Kotlin
- [ ] PHP
- [ ] Python
- [ ] Ruby
- [ ] Rust
- [ ] Swift
- [ ] Not applicable
Are there existing code examples to leverage?
No response
Do you have any reference code?
No response
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.
Can we please get some examples for KMS?