Still no AWS Custom Authorizers for Cloud API (API...
# general
e
Still no AWS Custom Authorizers for Cloud API (API Gateway)? https://github.com/pulumi/pulumi-aws/issues/352 I assume the other course of action here is to manually do the stack with regular pulumi-aws instead of cloud-aws?
I was able to use this mess
new aws.apigateway.Authorizer
+ `api.deployment.api.restAPI.id.apply(id =>
${id}
)` to tag the Authorizer on manually... just have to find a manual way to apply it to particular endpoints 😞
I'm close to getting this working, may not look pretty...
Using custom APIGateway resource I got it to attach to my regular Cloud.API, then I am able to create a method that tags on the authorize. That works, now I am just trying to allow me to toggle on my default methods from native Cloud API