Hi,
I configured a custom authorizer in my serverless.yml file and assigned it to some functions.
However serverless is showing this cloud formation error:
13:09:54 UTC+0100 CREATE_FAILED AWS::IAM::Policy IamPolicyLambdaExecution Template error: LogGroup /aws/lambda/serverless-auth-service-dev-jwtAuthorizer doesn’t exist
This is the first time I’m deploying this service and cfLogs is set to true.
Any ideas?