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
I'm writing an open source Go application that will eventually interact with the AWS secrets manager and want to list, create, and get secrets. This application is written in Go, so I was searching around and found this: https://pkg.go.dev/github.com/f21/aws-sdk-go-v2/service/secretsmanager. I see the actions I want to implement are available here, but I'm not sure how to get started since having an example makes things easy.
What does this example accomplish?
These examples will help me start working on my application and learn from examples.
Which AWS service(s)?
Secrets Manager
Which AWS SDKs or tools?
All languages
.NET
C++
Go (v2)
Java
Java (v2)
JavaScript
JavaScript (v3)
Kotlin
PHP
Python
Ruby
Rust
Swift
Not applicable
Are there existing code examples to leverage?
I found this example, but it is also not present. Though this solves some of my application's problems of getting secrets, I'm more interested in creating and updating.
Do you have any reference code?
No response
The text was updated successfully, but these errors were encountered:
Background story
I'm writing an open source Go application that will eventually interact with the AWS secrets manager and want to list, create, and get secrets. This application is written in Go, so I was searching around and found this: https://pkg.go.dev/github.com/f21/aws-sdk-go-v2/service/secretsmanager. I see the actions I want to implement are available here, but I'm not sure how to get started since having an example makes things easy.
What does this example accomplish?
These examples will help me start working on my application and learn from examples.
Which AWS service(s)?
Secrets Manager
Which AWS SDKs or tools?
Are there existing code examples to leverage?
I found this example, but it is also not present. Though this solves some of my application's problems of getting secrets, I'm more interested in creating and updating.
Do you have any reference code?
No response
The text was updated successfully, but these errors were encountered: