How to use artefact generated by build stage in deployment stage ? #23675
Unanswered
dhwanitgupta
asked this question in
Q&A
Replies: 1 comment
-
Hi @dhwanitgupta , appreciate your patience on this ask. Could you please elaborate your ask whether you need artefact to be imported by next stage or you are looking for something else. If its the artefacts, CDK provides codePipelinesAction construct where you can build output artefact and use those at next stage.Let me know if this fulfills your ask. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
I am trying to create simple pipeline which deploy code to AWS Lambda. For that I have created below stages and steps
I am not able to figure out methods using which I can use artefact generated/uploaded to S3 in Build stage while Deploying the Stage.
Adding Code
In above code
serviceBuild
step build the package and deploy runtime zip file in S3 bucket. I want to use that S3 url in Application Stage to create Lambda Function.Beta Was this translation helpful? Give feedback.
All reactions