Skip to content

AWS API Gateway Integration #60

Description

@cajund

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions