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
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
Post a Comment