-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
fix(apigateway): base path url cannot contain upper case characters #11799
Conversation
Hi @nija-at. Do you know when this PR will be reviewed? This bug is a blocker on our end. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thanks for submitting this PR. Just one comment below.
packages/@aws-cdk/aws-apigateway/test/base-path-mapping.test.ts
Outdated
Show resolved
Hide resolved
packages/@aws-cdk/aws-apigateway/test/base-path-mapping.test.ts
Outdated
Show resolved
Hide resolved
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
…ws#11799) We're migrating an existing API Gateway application to CDK and have [hit this error](https://github.com/aws/aws-cdk/blob/2f0a598720f7ecf4dfea7dde97182940fcbe8d9a/packages/%40aws-cdk/aws-apigateway/lib/base-path-mapping.ts#L52), because our base paths include capitalised characters. This PR resolves that issue and I've included some basics tests for the `BasePathMapping` resource. ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
We're migrating an existing API Gateway application to CDK and have hit this error, because our base paths include capitalised characters.
This PR resolves that issue and I've included some basics tests for the
BasePathMapping
resource.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license