method_response#

async idem_aws.exec.aws.apigateway.method_response.get(hub, ctx, resource_id: str, name: str = None)[source]#

Get an API Gateway Method Response from AWS.

Parameters:
  • hub

  • ctx

  • resource_id (str) –

    Idem Resource ID that is generated once the resource is created,

    formatted as: rest_api_id-parent_resource_id-http_method-status_code.

  • name (str, Optional) – An Idem name of the API Gateway Method.