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
First: thanks for your lambda script. But i've stumbled into a little error. I tried to change the CloudWatch rule to add some instance ID's. As soon as I want to save the rule, I get the following error:
"There was an error while saving rule serverlessrepo-Update-Rou-UpdateRoute53RecordToEc2-1GD7M49G9D2VE.
Details: 1 validation error detected: Value 'AWSEvents_serverlessrepo-Update-Rou-UpdateRoute53RecordToEc2-1GD7M49G9D2VE_UpdateRoute53RecordToEc2PublicIpEC2StateChangeEventLambdaTarget' at 'statementId' failed to satisfy constraint: Member must have length less than or equal to 100."
it appears the eventname is too long thanks to the long rulename. 100 is the max and the eventname is 139. When I create a new rule with a shorter name, link it to lambda it all works like a charm...
Perhaps some default names can be shortened?
Thanks again!
The text was updated successfully, but these errors were encountered:
First: thanks for your lambda script. But i've stumbled into a little error. I tried to change the CloudWatch rule to add some instance ID's. As soon as I want to save the rule, I get the following error:
it appears the eventname is too long thanks to the long rulename. 100 is the max and the eventname is 139. When I create a new rule with a shorter name, link it to lambda it all works like a charm...
Perhaps some default names can be shortened?
Thanks again!
The text was updated successfully, but these errors were encountered: