Anyone else encountering an issue in which you sup...
# help
p
Anyone else encountering an issue in which you supply a
restApiName
to a new
ApiGatewayV1Api
, but it still ends up getting named
{stage}-{app}-{constructId}
?
Confirmed that the
restApiName
property is used when the REST API is created with
new apig.RestApi(...)
, but is ignored when it is created with
new sst.ApiGatewayV1Api(...)
f
Hey @Philipp Gaissert, I’m able to reproduce it on my end. Working on a fix right now.
Btw, out of curiosity, any reason you guys are not using API Gateway HTTP API?
p
Your documentation says to use V1 for configuring usage plans and API keys
f
Ah yeah. Those are not supported by HTTP API.
Aight, I should have this release today.
p
Awesome, thank you!
f
Fixed in v0.65.3
p
Thank you @Frank!