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

Secrets Manager rotation events #291

Closed
jbouse opened this issue May 14, 2020 · 0 comments · Fixed by #530
Closed

Secrets Manager rotation events #291

jbouse opened this issue May 14, 2020 · 0 comments · Fixed by #530
Labels
enhancement type/events issue or feature request related to the events package

Comments

@jbouse
Copy link

jbouse commented May 14, 2020

Is your feature request related to a problem? Please describe.
I am working on designing a Lambda function in Go to perform secrets rotation for secrets stored in Secrets Manager. Looking to figure out how to best use the aws-lambda-go module to setup the lambda handler for the events. It does not appear that there is an existing aws-lambda-go/events type conforming to the event sent via Secrets Manager.

Describe the solution you'd like
From documentation I've been able to find the Lambda call has an event with 3 elements: SecretId, ClientRequestToken and Step. Would be beneficial to have and events type defined along with a const for Step stages.

@bmoffatt bmoffatt added type/events issue or feature request related to the events package enhancement labels Dec 21, 2022
gnusey added a commit to gnusey/aws-lambda-go that referenced this issue Nov 3, 2023
gnusey added a commit to gnusey/aws-lambda-go that referenced this issue Nov 6, 2023
gnusey added a commit to gnusey/aws-lambda-go that referenced this issue Nov 6, 2023
bmoffatt added a commit that referenced this issue Nov 30, 2023
resolves #291

Co-authored-by: Bryan Moffatt <bmoffatt@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement type/events issue or feature request related to the events package
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants