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
Lambda function names have to comply with a regular expression ((arn:(aws|aws-us-gov):lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-]+)(:($LATEST|[a-zA-Z0-9-]+))?)
A client-side validation should be performed to avoid cases in which you specify a dot as part of the name and the error raises after having waited for the deployment package to be uploaded.
The text was updated successfully, but these errors were encountered:
Lambda function names have to comply with a regular expression ((arn:(aws|aws-us-gov):lambda:)?([a-z]{2}(-gov)?-[a-z]+-\d{1}:)?(\d{12}:)?(function:)?([a-zA-Z0-9-]+)(:($LATEST|[a-zA-Z0-9-]+))?)
A client-side validation should be performed to avoid cases in which you specify a dot as part of the name and the error raises after having waited for the deployment package to be uploaded.
The text was updated successfully, but these errors were encountered: