Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to choose another region when using Api Gateway AwsIntegration #7009

Assignees
Labels
@aws-cdk/aws-apigateway Related to Amazon API Gateway effort/small Small work item – less than a day of effort feature-request A feature should be added or improved. good first issue Related to contributions. See CONTRIBUTING.md p1

Comments

@ottokruse
Copy link

Ability to choose another region when using Api Gateway AwsIntegration

Use Case

Currently the AWSIntegration always uses the Stack region, but I would like to be able to specify the region, so I can use e.g. an S3 bucket from another region.

Proposed Solution

Add new property "region" to AWSIntegrationProps:

https://docs.aws.amazon.com/cdk/api/latest/docs/@aws-cdk_aws-apigateway.AwsIntegrationProps.html

Other

  • 👋 I may be able to implement this feature request
  • ⚠️ This feature might incur a breaking change

This is a 🚀 Feature Request

@ottokruse ottokruse added feature-request A feature should be added or improved. needs-triage This issue or PR still needs to be triaged. labels Mar 25, 2020
@SomayaB SomayaB added the @aws-cdk/aws-apigateway Related to Amazon API Gateway label Mar 30, 2020
@nija-at nija-at added effort/small Small work item – less than a day of effort and removed needs-triage This issue or PR still needs to be triaged. labels Apr 1, 2020
@nija-at nija-at added good first issue Related to contributions. See CONTRIBUTING.md p1 labels Aug 18, 2020
@mergify mergify bot closed this as completed in #13251 Feb 24, 2021
mergify bot pushed a commit that referenced this issue Feb 24, 2021
…13251)

This allows the user to choose a different region for the integrated service. By default, the region is the same as the stack's.

Fixes #7009


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@github-actions
Copy link

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

This was referenced Mar 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment