Hi, I am new to serverless and attempted to set up and deploy my first app today with AWS - Node.js - HTTP API. I understand that I have to enable a minimum set of credentials as shown in this link: Minimum credential set for Serverless Framework · GitHub
However, upon attempting to deploy, I am still faced with this error:
CREATE_FAILED: HttpApiStage (AWS::ApiGatewayV2::Stage)
Insufficient permissions to enable logging (Service: AmazonApiGatewayV2; Status Code: 400; Error Code: BadRequestException; Request ID: XXX; Proxy: null)
I am curious as to whether anyone else has faced this issue before and how they went about fixing it. Thank you!