I manage the AWS security in my company.
We by default do not provide IAM role creation permissions to our developers.
But here is the problem, how should we handle this for developers who are using serverless framework to deploy their workloads?
Should we allow them to create IAM roles and have serverless framework to manage the permissions for those roles? or should we precreate the custom roles for this and ask developers to use that Role ARN in serverless.yml or should we use IAM permissions boundary?
Can some one please help ?