I'm using the awsx apigateway package to get start...
# general
d
I'm using the awsx apigateway package to get started and it is great..But it creates a public API..is there a way to make the access limited while still using awsx. I know the pulumi-aws will support this but wanted to use awsx. Preferably unaccessible other than a certain whitelisted range of IPs rather than needing an API key to access the API ?
d
Will look into this..Thanks Luke
I think I need the ability to add resource policies which is missing in awsx
w
Opened a PR to allow passing these through: https://github.com/pulumi/pulumi-awsx/pull/416
d
Awesome ! Thank you