How do I cloudform an API gateway resource with a lambda proxy integration
I've been trying to work out how to express (in cloudformation) an API Gateway Resource that has a Lambda function integration type using the Lambda Proxy integration. This is easy to do in the AWS console as there is a check box that you can select: However there is no corresponding field in the AWS::ApiGateway::Method CloudFormation resource (it should be in the Integration property ). How can I configure this in cloudformation? The Integration type should be set to AWS_PROXY . An example snippet of a method from a working YAML CloudFormation template is below. ProxyResourceAny: Type: AWS: