pulumi / pulumi-aws-apigateway

Apache License 2.0
12 stars 5 forks source link

Expose disableExecuteApiEndpoint for Rest APIs #141

Closed thomas11 closed 7 months ago

thomas11 commented 7 months ago

Resolves #117.

I'm planning to add a test, but it worked for me in manual testing (observing that "Default endpoint" in the console API Settings toggled between an execute-api URL and "inactive".

thomas11 commented 7 months ago

Exercising the parameter in the simple-go example (plus your manual verification of the impact in the console) seems like enough testing to me

Added one anyway before I saw your response. More testing is good.