chalice
chalice copied to clipboard
Support Multilevel base path mapping : Update to API Gateway V2
Issue
When using custom domain names, if the url_prefix has /
in it, the deployment fails with the error
An error occurred (BadRequestException) when calling the CreateBasePathMapping
operation: API Gateway V1 doesn't support the slash character (/) in base
path mappings. To create a multi-level base path mapping, use API Gateway V2.
Request It would make it easier to isolate and distribute logic across multiple functions if Chalice supports multi-level base path mapping by updating to API Gateway V2
This one is relevant. Please fix this :)