-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Closed
2 tasks
ottokruse opened this issue
Mar 25, 2020
· 1 comment
· Fixed by #13251, aws-iot-builder-tools/iot-reference-architectures#1801, aws-samples/keycloak-on-aws#44, aws-samples/keycloak-on-aws#46 or aws-samples/amazon-emr-with-juicefs#80
Closed
2 tasks
Ability to choose another region when using Api Gateway AwsIntegration #7009
ottokruse opened this issue
Mar 25, 2020
· 1 comment
· Fixed by #13251, aws-iot-builder-tools/iot-reference-architectures#1801, aws-samples/keycloak-on-aws#44, aws-samples/keycloak-on-aws#46 or aws-samples/amazon-emr-with-juicefs#80
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
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
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
This was referenced Feb 21, 2021
|
This was referenced Mar 6, 2021
Merged
Closed
Closed
This was referenced Mar 8, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
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
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: