Cannot deploy the stack because it references asset(s) #7233
Labels
@aws-cdk/assets
Related to the @aws-cdk/assets package
@aws-cdk/aws-codepipeline
Related to AWS CodePipeline
bug
This issue is a bug.
I am trying to create a Pipeline stack using the following packages
@aws-cdk/app-delivery
,@aws-cdk/aws-codepipeline
, and@aws-cdk/aws-codebuild
. In my infrastructure stack that I am trying to deploy with this pipeline I have a lambda function being created using@aws-cdk/aws-lambda-nodejs
NodejsFunction
which compiles and uploads the local assets in order to deploy them when runningcdk deploy
. However, it seems as though this feature is not implemented yet inPipelineDeployStackAction
Code where exception is being thrown
https://github.com/aws/aws-cdk/blob/master/packages/%40aws-cdk/app-delivery/lib/pipeline-deploy-stack-action.ts#L106
Reproduction Steps
Error Log
Environment
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: