Monday, 27 November 2017

Amazon API Gateway now supports Access Logging

The users can now create access logs in Amazon API Gateway which is an extension to the detailed execution logs that are already offered by the Amazon CloudWatch for API request made to the APIs. The access logging features allow you to build access logs in multiple formats such as CSV, JSON, CLF, and XML. The access logs can be lodged into the existing analytics or the log processing tools so that the users can perform more-in-depth analysis or take necessary action in response to the log data. Any context variable can be utilized in the access log format. 

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...