Closed
Description
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.