Reg. AWS API Gateway

Hi,

I want to enable logging in AWS API Gateway using ansible. I can able to create AWS API Gateway using ‘aws_api_gateway’ module. I couldn’t find how to enable logging in that. Could someone help on this ?

Thanks in advance…
Ukesh

Hello,

Currently, the AWS API Gateway module doesn’t support setting the logging feature on gateways. At this time, no SDK (boto3 or otherwise) seems to support managing access logs, so the only way is to follow the console guide at the moment.

https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-logging.html

Hope that helps,
Ryan