Open kferrone opened 1 month ago
Ok . . . ? I got something to do something.
I set endpoint type to regional and somehow I got a REGIONAL
domain to an EDGE
Rest API. I did not expect this to be possible. What does a regional domain to edge api even mean?
customDomain:
endpointType: REGIONAL
How active is this project anyway? I have some strict deadlines and this bug is blocking me from getting what we truly want here. At least I have some workaround above, not the best answer though. How likely is someone to fix this issue verse other issues taking priority and this becoming stale?
Community Note
Bug Report
Error Description Wrongly attempts to make APIGatewayV2 domain for a V1 rest api. The api gateway created by serverless is for sure a REST api with EDGE endpoint type.
Command Run e.g.
sls deploy
,sls create_domain
, etc.Happens when deploy or create_domain and the same exact error will occur.
Console Output
Domain Manager Configuration Replace this with your own
serverless.yml
file (anonymized, of course) to help us better resolve your issue.Versions
Possible Solution
Additional context/Screenshots Add any other context about the problem here. If applicable, add screenshots to help explain.
Created a cert of type RSA in us-east-1. The sls app already existed before adding this plugin. I verified the actual api gateway is created as an REST with edge endpoint. The route53 record, in our case, absolutely must be an Alias A record, if cname then some automation will swiftly delete it.