Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Enhancement]: Add examples for Secrets manager #7009

Closed
1 of 15 tasks
jalpp opened this issue Oct 25, 2024 · 1 comment
Closed
1 of 15 tasks

[Enhancement]: Add examples for Secrets manager #7009

jalpp opened this issue Oct 25, 2024 · 1 comment
Assignees
Labels
New example request New example requests.

Comments

@jalpp
Copy link

jalpp commented Oct 25, 2024

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?

  • 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

@Laren-AWS Laren-AWS assigned brmur and unassigned Laren-AWS Oct 28, 2024
@brmur brmur assigned beqqrry-aws and unassigned brmur Nov 13, 2024
@brmur brmur added the New example request New example requests. label Nov 13, 2024
@rlhagerm
Copy link
Contributor

rlhagerm commented Jan 9, 2025

The SDK example code library does not provide these examples, however they are available for CDK here.

@rlhagerm rlhagerm closed this as completed Jan 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New example request New example requests.
Projects
None yet
Development

No branches or pull requests

5 participants