-
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
(pipelines): unable to implement ICodePipelineActionFactory in Python #16120
Comments
Reposted here aws/jsii#2963 Closing this issue as the issue will be fixed when the upstream issue is fixed. |
|
@rix0rrr this issue persists even with CDK 1.120.0 and jsii 1.34.0.
|
It works with 1.121.0. Thanks @iliapolo and @BenChaimberg for upgrading jsii! |
I am trying to create an arbitrary CodePipeline action as part of a CDK pipeline implemented in Python. Specifically in this case it's a step function invocation, but I would like to call other types as well. No matter what I do, I keep getting the same error saying it can't find the
add_action
attribute on the stage object.Reproduction Steps
Synth the following short Python code.
What did you expect to happen?
I expected the code to synth with no exceptions.
What actually happened?
I get the following error no matter what I try.
Environment
Other
I originally posted on StackOverflow but our account manager suggested it belongs here as it seems like a bug.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: