-
Notifications
You must be signed in to change notification settings - Fork 4k
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
aws-kinesisfirehose-alpha: Needs support for ca-west-1
#29874
Labels
@aws-cdk/aws-kinesisfirehose
Related to Amazon Kinesis Data Firehose
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Comments
parvahuja
added
bug
This issue is a bug.
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 17, 2024
github-actions
bot
added
the
@aws-cdk/aws-kinesisfirehose
Related to Amazon Kinesis Data Firehose
label
Apr 17, 2024
parvahuja
changed the title
aws-kinesisfirehose-alpha: Needs support for
aws-kinesisfirehose-alpha: Needs support for Apr 17, 2024
ca-central-1
ca-west-1
khushail
added
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
and removed
needs-triage
This issue or PR still needs to be triaged.
labels
Apr 17, 2024
@parvahuja , thanks for reaching out. We have a similar issue filed with CDK Team internally, P125405005. Team is working on this. |
khushail
added
p2
effort/small
Small work item – less than a day of effort
and removed
investigating
This issue is being investigated and/or work is in progress to resolve the issue.
labels
Apr 17, 2024
This was referenced Apr 22, 2024
1 task
mergify bot
pushed a commit
that referenced
this issue
Sep 4, 2024
### Issue # (if applicable) Closes #29874 ### Description of changes Add missing CIDR block for `ca-west-1` + update snapshots. CIDRs pulled from [here](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs). ### Description of how you validated changes integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Comments on closed issues and PRs are hard for our team to see. |
pahud
pushed a commit
to pahud/aws-cdk
that referenced
this issue
Sep 9, 2024
…31206) ### Issue # (if applicable) Closes aws#29874 ### Description of changes Add missing CIDR block for `ca-west-1` + update snapshots. CIDRs pulled from [here](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs). ### Description of how you validated changes integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
xazhao
pushed a commit
to xazhao/aws-cdk
that referenced
this issue
Sep 12, 2024
…31206) ### Issue # (if applicable) Closes aws#29874 ### Description of changes Add missing CIDR block for `ca-west-1` + update snapshots. CIDRs pulled from [here](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs). ### Description of how you validated changes integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
GavinZZ
pushed a commit
that referenced
this issue
Sep 12, 2024
### Issue # (if applicable) Closes #29874 ### Description of changes Add missing CIDR block for `ca-west-1` + update snapshots. CIDRs pulled from [here](https://docs.aws.amazon.com/firehose/latest/dev/controlling-access.html#using-iam-rs). ### Description of how you validated changes integ tests ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
@aws-cdk/aws-kinesisfirehose
Related to Amazon Kinesis Data Firehose
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
p2
Describe the bug
Creating a DeliveryStream in
ca-west-1
fails at synth time withError: Mapping doesn't contain top-level key ca-west-1
Expected Behavior
Configured constructs in a stack set to deploy to
ca-west-1
usingaws-cdk-lib
2.134 and@aws-cdk/aws-kinesisfirehose-alpha
2.134-alpha. Expected a clean compile.Current Behavior
when attempting to compile.
Reproduction Steps
Just take any normal code example of
DeliveryStream
like your unit tests and synth it inca-west-1
.Possible Solution
aws-kinesisfirehose-alpha
uses a mapping of CIDR blocks (https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk-lib/region-info/build-tools/fact-tables.ts#L768) per region. This list is incomplete (it does not includeca-west-1
).Additional Information/Context
Basically identical issue to #27518, but for another region and the (now) newest CDK
CDK CLI Version
2.134
Framework Version
No response
Node.js Version
v18.18.0
OS
Amazon Linux 2
Language
TypeScript
Language Version
TypeScript (4.9.4)
Other information
No response
The text was updated successfully, but these errors were encountered: