Execute cdk
commands without CLI?
#28516
Unanswered
JoshMcCullough
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to integrate a CDK deployment in another (TypeScript) workflow. So I'd like to be able to deploy a stack via code e.g. (does not exist AFAIK):
And this would do the same thing that
cdk deploy --context accountId=123 --parameter someParam=abc
would do.Is it possible?
Beta Was this translation helpful? Give feedback.
All reactions