-
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
Service Catalog Deploy Action for CodePipeline #3744
Comments
Thanks for reporting @khornberg . Just wanted to let you know we're working on this. I hope to have an update soon. Thanks for your patience. |
Very much a hack. I have figured out that I can change the synthesized template from python like so:
|
@khornberg can you update to the latest CDK version, and see if the original code works now? Thanks, |
Thanks for following up on this |
OK. Let us know if you need anything else for this issue from our side. |
❓ General Issue
The Question
What am I doing wrong when trying to implement the IAction interface since CDK lacks a Service Catalog deploy action?
I am trying to work from the instructions for Python and the code in #2516.
Is this not possible in Python?
Some of my code was taken from the classes implemented in the python package.
In raw CloudFormation yaml what I am looking for looks like:
Thus the base question would be, how do I get that into my synthesized stack when the Pipeline StageProps expect an IAction object?
Perhaps I am thinking about all of this wrongly or something.
Environment
Other information
With
I get
With
Stacktrace
Pip list
The text was updated successfully, but these errors were encountered: