serverless-iam-roles-per-function
serverless-iam-roles-per-function copied to clipboard
Define iamGlobalPermissionsBoundary in the .yml?
I have a lot of stages that will end up with identical permissions boundary policies, with only the stage name changed. Is it possible to fully define the global permissions boundary policy in serverless.yml, either with json or a variation of role statements, or are we stuck referencing the arn of a permissions boundary policy we create elsewhere?