I am using serverless framework version 2.11.0
When trying to deploy, it is throwing serverless error:
Configuration error at 'provider.logRetentionInDays': should be equal to one of the allowed values
But it is not showing any allowed values. Also in my case I am giving the value as 90 (Integer). Anything which I am doing wrong?