integration#

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

Get a single API Gateway Integration from AWS. The function returns None if no resource is found.

Parameters:
  • resource_id (str) – Idem Resource ID that is generated once the resource is created, formatted as: rest_api_id-parent_resource_id-http_method.

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