do we have something like <https://open-sl.github....
# help
j
do we have something like https://open-sl.github.io/serverless-permission-generator/ for serverless-stack? Or some sort of general IAM policy that allows to deploy any kind of app that can be generated using sls-stack
or even only permissions to run on the ephemeral dev environment
f
The permissions SST needs should be mostly identical to that generated by this. With additional permission to bootstrap CDK and deploying the debug stack.
I think we might even be able to auto-generate the policy by looking at the CDK code 🤔
I think that’d be a useful tool.. just opened a discussion to track this https://github.com/serverless-stack/serverless-stack/discussions/391
j
yea I thought it might not be a stretch — could perhaps be even useful to have sth that checks whether your permissions will be sufficient before deploying
(and ultimately failing and rolling back because of missing permissions)
t