mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Switch from an all lambdas logging resource IAM policy to one that targets specifically and only those CloudWatch logs produces by the lambdas declared by the service. Modify tests to ensure this is properly done. Introduce a `role` property that specifies a role defined within the service. Update tests to ensure this is properly used Update documentation to describe this Replace `iamRoleARN` with `roleArn` Update tests and documentation to reflect this Add Decision Trees describing the decision points and considerations between individual function rights and shared rights models