-
Notifications
You must be signed in to change notification settings - Fork 232
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
Unreported breaking change due to change in APIGateway API #341
Comments
It would also be exceptionally useful to tag releases |
4.x was a big change and while we aimed for backward compatibility the reason for the major release was that we weren't entirely sure we covered all scenarios...and this was on of them. I personally did not test TLS 1.0/1.1 as it was End of Life back in March. I would guess it unlikely for TLS 1.0 support to be added to 4.x but could be noted in the readme. I also swear this project used to have the Release section populated and Tags. I'm wondering it if was removed, accidentally or on purpose. |
Thanks for finding this. Looks like this might actually affect a decent amount of people so created a fix #348. Let me know if it fixes the issue for you. We have't tagged releases before but it's a good idea to setup at some point. We use travis for builds. Feel free to send a PR to update the |
We've upgraded our infra to pick up TLS1.2 so it's a little moot for us. But I can regress one of them to test it out if you like? |
Bug Report
Error Description
Changes merged in for v4.0.0 change the underlying APIGateway API from v1 to v2.
serverless-domain-manager/index.ts
Line 190 in 58fc87a
This breaks deploys for anyone whose API Gateway Domain Names are TLS1.0 and REGIONAL (not sure if breaks others).
Command Run
Console Output
Domain Manager Configuration
Replace this with your own
serverless.yml
file (anonymized, of course) to help us better resolve your issue.API Gateway and Route53 records managed in Terraform.
Versions
Possible Solution
Additional context/Screenshots
N/A
The text was updated successfully, but these errors were encountered: