Hi Folks,
I'd like to generate a swagger export that includes something similar to:
x-amazon-apigateway-integration:
type: aws_proxy
httpMethod: POST
payloadFormatVersion: "1.0"
uri:
Fn::Sub: arn:aws:apigateway:${AWS::Region}:lambda:path/2015-03-31/functions/${BackendFunction.Arn}/invocations
responses:
default:
statusCode: 200
Is there a way to add these non-standard tags to a request?
Thanks.
Hi Folks,
I'd like to generate a swagger export that includes something similar to:
Is there a way to add these non-standard tags to a request?
Thanks.