azure - Setting HTTP Proxy on AWS API Gateway via Cloudformation -


thanks in advance.

currently using cloudformation templates deploy simple api aws part of poc moving azure aws api management.

i have got working except have not been able figure out yaml aws extension setting http proxy checkbox http request.

sample yaml below. know not set checkbox (as have tested , worked minus problem), on page

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-swagger-extensions-integration.html

i cannot see extension sets option? has aws not done yet

awstemplateformatversion: '2010-09-09' resources:   playersapi:     type: aws::apigateway::restapi     properties:       name: rah api       description: demo api testing       body:         swagger: '2.0'         info:           title: test api           description: test api           version: 1.0.1           contact:             name: sh             email: test@mailinator.com         paths:           "/heartbeat":             get:               description: checks api working               produces:               - application/json               responses:                 '200':                   description: api response information               x-amazon-apigateway-integration:                 type: http                 responses:                   default:                     statuscode: '200'                 httpmethod:                 uri: https://api.example.com 


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -