aws-samples / aws-secrets-manager-rotation-lambdas

Contains Lambda functions to be used for automatic rotation of secrets stored in AWS Secrets Manager
MIT No Attribution
329 stars 282 forks source link

functionName should not be required #87

Closed cdenneen closed 2 years ago

cdenneen commented 2 years ago

Currently the Application requires passing of the functionName. All Lambda Functions allow you to not provide that value as to avoid issues with character limits exceeding the 64 character limit.

Not passing errors as:

Parameters: [functionName] must have values
goyalya commented 2 years ago

@cdenneen : Thanks for reporting the issue. We did some investigation and determined its working as designed. We recommend deploying samples through our supported means like Console/ CFN (https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotate-secrets_turn-on-for-other.html).