Hey folks, is there a way to create custom resourc...
# help
a
Hey folks, is there a way to create custom resources through sst rather then using cfn-resource directly?
s
Maybe Script construct implements what you need? It is creating a custom resource under the hood 👍 https://docs.serverless-stack.com/constructs/Script
a
@Simon Reilly Awesome! Thanks