In API Gateway, Im having some issues getting "Aws Services" to show as an option in Integration Type when creating a method within a proxy resource. I can see that this is showing up for normal resource when I don’t select the "proxy" checkbox, but if I check that box, and create a get method within the proxy resource, then I don’t see that option.
Question posted in Amazon Web Sevices
The official Amazon Web Services documentation can be found here.
The official Amazon Web Services documentation can be found here.
2
Answers
Here is how I got it working with proxy resource (NOTE: Im using TF for the IaC):
Then for the policy and role:
Proxy resources only support HTTP or Lambda integrations.
Here is how you can do this without using a proxy resource: https://aws.amazon.com/premiumsupport/knowledge-center/api-gateway-proxy-integrate-service/