Skip to content

Secrets Manager rotation events #291

Closed
@jbouse

Description

@jbouse

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementtype/eventsissue or feature request related to the events package

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions