aws-secrets-manager-rotation-lambdas icon indicating copy to clipboard operation
aws-secrets-manager-rotation-lambdas copied to clipboard

functionName should not be required

Open cdenneen opened this issue 3 years ago • 0 comments

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

cdenneen avatar Jun 21 '22 17:06 cdenneen