for the pulumi-aws-apigateway, is there a way to p...
# aws
n
for the pulumi-aws-apigateway, is there a way to pass down to the constructor the endpoint configuration (edge vs regional)? I don't see an immediate way to do so (doing python fwiw)
b
it’s unlikely, do you mean this? https://www.pulumi.com/registry/packages/aws-apigateway/ You’ll likely have to construct it yourself
n
correct, I noticed that by default it creates a gateway with Edge endpoint but i don't really want that at the moment. Ended up using the classical api gateway resource although it's not so pleasant to work with it as it is with the awsx like one :)