Hello , i target to build and deploy SST app using...
# general
h
Hello , i target to build and deploy SST app using aws CDK pipeline but have error . while Googling that , i have figured out that error start to be appear with new versions of CDK. any thoughts/ workaround to over come and have my SST get deployed through pipeline
f
Hey @hesham badawy, I haven’t tried SST with CDK pipelines. Some ppl have mentioned that they’ve got it to work.
Can you try passing in
--app "npx ts-node node_modules/@serverless-stack/cli/assets/cdk-wrapper/run.js"
?
h
@Frank i have overcome that , finding another way for build . but have issue at deployment phase of my pipeline and i ask for help through that post https://serverless-stack.slack.com/archives/C01JVDJQU2C/p1645635199304999
f
Yup, will follow up there.