Could we add a higher level sst construct for `@aw...
# sst
a
Could we add a higher level sst construct for
@aws-cdk/custom-resources
to handle some use cases such as sending notifications (topic/queue/eventbridge), performing migrations (atleast one-way, should run Function A before the dependent stack is deployed and should run Function B if the dependent stack’s deployment fails, or even Function C if it succeeds). These high level constructs would be immediately helpful.
f
Hey @Ashishkumar Pandey, good idea. I opened an issue for this https://github.com/serverless-stack/serverless-stack/issues/608
a
Nice! Thank you. 🙏