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

Bug: non alphanumeric path parameters cause startup failure in AWS Lambda #637

Closed
outofcoffee opened this issue Oct 2, 2024 · 1 comment · Fixed by #643
Closed

Bug: non alphanumeric path parameters cause startup failure in AWS Lambda #637

outofcoffee opened this issue Oct 2, 2024 · 1 comment · Fixed by #643
Assignees
Labels

Comments

@outofcoffee
Copy link
Owner

outofcoffee commented Oct 2, 2024

Scenario

Deployment of mock with path parameters containing non-alphanumeric characters.

Expected

Mock deployment is successful

Actual

Mock deployment fails because Lambda adapter route cannot parse unsupported path parameter characters.

Proposed approach

Need to replicate the path parameter normalisation done for Vert.x adapter.

@outofcoffee outofcoffee added the bug label Oct 2, 2024
@outofcoffee outofcoffee self-assigned this Oct 2, 2024
@outofcoffee
Copy link
Owner Author

Fixed in #643

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant