trying to create a websocket api.. ``` ApiEndpoint...
# help
g
trying to create a websocket api..
Copy code
ApiEndpoint: <https://5hnofpe0i5.execute-api.us-east-1.amazonaws.com>

Stack gabiras-coffee-menu-websocket
  Status: failed
  Error: CloudWatch Logs role ARN must be set in account settings to enable logging (Service: AmazonApiGatewayV2; Status Code: 400; Error Code: BadRequestException; Request ID: cacfd1a9-235b-41e8-a17c-3dc8eeaf7845; Proxy: null)
  Helper: This is a common error when configuring Access Log for WebSocket APIs. The AWS API Gateway service in your AWS account does not have permissions to the CloudWatch logs service. Follow this article to create an IAM role for logging to CloudWatch - <https://aws.amazon.com/premiumsupport/knowledge-center/api-gateway-cloudwatch-logs/>
odd.. i had to manually create a role to allow write to cloud watch and setup in api gateway via console..
m
f
@Gabriel Araújo yeah, unfortunately you’d have to create the role manually for now
@Matt Morgan, hey just read ur blog post. I’m thinking we can create a custom resources. On create, it will create the APIG role if the role does not exist. And on remove, it does NOT remove the role. What do you think?
m
Or maybe expose an option or retention rule? This is a very weird interaction in APIGW where removal of stack A can break stack B in an unexpected way, but I guess you read about that.