-
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
Fn:EachMemberIn should take two lists as parameters #2950
Closed
ajnarang opened this issue
Jun 20, 2019
· 1 comment
· Fixed by #2958 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Closed
Fn:EachMemberIn should take two lists as parameters #2950
ajnarang opened this issue
Jun 20, 2019
· 1 comment
· Fixed by #2958 or MechanicalRock/tech-radar#14 · May be fixed by MechanicalRock/cdk-constructs#5, MechanicalRock/cdk-constructs#6 or MechanicalRock/cdk-constructs#7
Labels
bug
This issue is a bug.
Comments
Thanks for having reported this bug! I'm working on a fix... |
RomainMuller
added a commit
that referenced
this issue
Jun 20, 2019
Changed the type of the second argument to `Fn.eachMemberIn` to an array of `string`s, such that it can be used at all. BREAKING CHANGE: All instance methods of `Fn` were made `static`, and the `Fn` constructor was made private. Fixes #2950
4 tasks
RomainMuller
added a commit
that referenced
this issue
Jun 20, 2019
Changed the type of the second argument to `Fn.eachMemberIn` to an array of `string`s, such that it can be used at all. BREAKING CHANGE: All instance methods of `Fn` were made `static`, and the `Fn` constructor was made private. Fixes #2950
This was referenced Aug 22, 2019
This was referenced Dec 12, 2019
This was referenced Jan 20, 2020
This was referenced Sep 24, 2024
Open
This was referenced Sep 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
https://github.com/awslabs/aws-cdk/blob/d9d3a99bea13024b1a7f19d18240a826cc23b2cf/packages/%40aws-cdk/cdk/lib/fn.ts#L258
method conditionEachMemberIn should take in two lists as parameter instead of a list and a string. (as described in the javadoc as well).
Results in
software.amazon.jsii.JsiiException: Cannot add elements to list token, got: #{Token[TOKEN.0]},#{Token[TOKEN.1]}
Error: Cannot add elements to list token, got: #{Token[TOKEN.0]},#{Token[TOKEN.1]}
To Reproduce
Expected behavior
Should add rule
Version:
The text was updated successfully, but these errors were encountered: