I am using serverless@1.46.0. I know it has support for
provider:
logs:
restApi: true
but I want to use an existing role (I don’t have permission to create one on fly):
provider:
role: arn
With logs turned on, it will try to create a role and fails:
CloudFormation - CREATE_FAILED - AWS::IAM::Role - IamRoleApiGatewayLogs
Thanks!