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
I have tried without succes: AWS::Lambda::Function FunctionName.Fn::Sub REGEX_MATCH "(^[a-zA-Z0-9_-]{0,15}\$\{EnvName\})?" ERROR "Name too long" AWS::Lambda::Function FunctionName."Fn::Sub" REGEX_MATCH "(^[a-zA-Z0-9_-]{0,15}\$\{EnvName\})?" ERROR "Name too long" AWS::Lambda::Function FunctionName.'Fn::Sub' REGEX_MATCH "(^[a-zA-Z0-9_-]{0,15}\$\{EnvName\})?" ERROR "Name too long"
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi.
I'm trying to create a custom rule but the propertie has a
!Sub
.I have tried without succes:
AWS::Lambda::Function FunctionName.Fn::Sub REGEX_MATCH "(^[a-zA-Z0-9_-]{0,15}\$\{EnvName\})?" ERROR "Name too long"
AWS::Lambda::Function FunctionName."Fn::Sub" REGEX_MATCH "(^[a-zA-Z0-9_-]{0,15}\$\{EnvName\})?" ERROR "Name too long"
AWS::Lambda::Function FunctionName.'Fn::Sub' REGEX_MATCH "(^[a-zA-Z0-9_-]{0,15}\$\{EnvName\})?" ERROR "Name too long"
Do I need to create a totally new rule?
https://github.com/aws-cloudformation/cfn-lint/blob/main/docs/getting_started/rules.md
Thank's in advance
Beta Was this translation helpful? Give feedback.
All reactions