Extend Stack or Construct to enforce policies #27815
Unanswered
automartin5000
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'm looking to apply policies and configuration to an app. In the past, I've done this with a static method that the users must explicitly call. Instead, is there any way to do it by extending Stack or Construct? I tried it, but then realized the code in the constructor gets called before any resources get added by the user.
Beta Was this translation helpful? Give feedback.
All reactions