Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client-Side Validation of Lambda Function Name #73

Closed
gmolto opened this issue Jun 4, 2017 · 1 comment
Closed

Client-Side Validation of Lambda Function Name #73

gmolto opened this issue Jun 4, 2017 · 1 comment
Assignees
Milestone

Comments

@gmolto
Copy link
Member

gmolto commented Jun 4, 2017

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.

@alpegon alpegon added this to the v1.0.0 milestone Jun 8, 2017
@alpegon alpegon self-assigned this Jun 8, 2017
@alpegon
Copy link
Collaborator

alpegon commented Jun 9, 2017

Done in PR #95

@alpegon alpegon closed this as completed Jun 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants