This message was deleted.
# general
s
This message was deleted.
w
There is a standard "trick" to this that every tool that automatoes API Gateway creation reinvents (Serverless Framework, Pulumi, others) because the underlying resource model in AWS is awkward for IAC. You can see how this is done in
awsx
to provide a simple approach to API Gateway here: https://github.com/pulumi/pulumi-awsx/blob/e709a077df4233eef0615bad09d0f6828e50f2bd/nodejs/awsx/apigateway/api.ts#L369-L383
b
aha. Thanks. 🙂