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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: