How to turn off warnings during eventbridge deploy #30626
Unanswered
cm-yoshikikasama
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
-
I get a warning every time I cdk deploy with the following implementation: stepfunctions are on the same stack and are defined as constructors, not cross stacks.
If the env is not specified in app.ts, there is no warning in the deploy command. Why do warnings appear when I specify the env, but not when I delete the env specification? If anyone knows how to solve this problem, I would appreciate your help.
app.ts
eventbridge.ts
npx cdk deploy --all
Beta Was this translation helpful? Give feedback.
All reactions