-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Unable to map httpapi to exisiting customdomain #2208
Comments
Hey @rockey5520, |
|
Hey, @CoshUS I suppose your suggestion works and fits nicely for hello-world type applications. but this is not the ideal way of building mapping API to an existing domain which is already having several mappings from other API's This approach only makes things complex by removing touching the components(API mapping, in turn downtime) during deployment. can we get this issue to be converted as a feature for sam cli? |
@rockey5520 Sounds good. I'll transfer this to SAM repo and the feature request would be: |
@CoshUS Thank you |
Tangentially related request in #2778 (comment) |
Description:
I am trying to create a httpapi and map to an exisitng custom domain
Steps to reproduce:
Sample template.yml file
Observed result:
Expected result:
Map created httpapi to the custom domain and under paths given as per the template section BasePath
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
sam --version
: 1.16.0Add --debug flag to command you are running
The text was updated successfully, but these errors were encountered: