API Gateway HTTP Proxy integration with serverless-offline (NOT Lambda Proxy)
I am trying to use serverless-offline to develop / simulate my API Gateway locally. My API gateway makes liberal use of the HTTP proxy integrations . The production Resource looks like this: I have created a serverless-offline configuration based on a few documents and discussion which say that it is possible to define an HTTP Proxy integration using Cloud Formation configuration: httpProxyWithApiGateway.md - Setting an HTTP Proxy on API Gateway by using Serverless framework. Setting an HTTP Proxy on API Gateway (official Serverless docs: API Gateway) I have adapted the above two configuration