-
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_codepipeline_actions] CloudFormationCreateUpdateStackAction action with cdk synth output fails #9911
Comments
Hi @jonathan-kosgei , can you please show the code for Thanks, |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
Hi @skinny85 sorry for the delayed response was out of office. Here is the
|
Hello @jonathan-kosgei , so the problem in your code is clear; it's this line: code=lambda_.Code.asset('code/'), The code in the tutorial you linked uses:
BTW, I would encourage you to check out the CDK Pipelines module: https://docs.aws.amazon.com/cdk/api/latest/docs/pipelines-readme.html . It offers a better experience for deploying Lambdas that use Assets (like yours does) than that tutorial. Thanks, |
I'm trying to deploy a basic pipeline for my lambda function as shown https://docs.aws.amazon.com/cdk/latest/guide/codepipeline_example.html using the below stack;
Reproduction Steps
What did you expect to happen?
The codepipeline deploy action should have succeeded.
What actually happened?
I got the error "Action Execution Failed"
Environment
Other
My ApplicationStack contains a lambda function with multiple layers.
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: