简体   繁体   中英

Show AWS API Gateway Cloudwatch Logs in Web Application ( without login to AWS console)

Problem Statement:

As a admin user I want to see who accessed application and what actions did.

Expected Solution :

All the application REST API calls is configured in AWS API Gateway and enabled Cloudwatch logs

AWS cloud watch logs is accessible by login to AWS console and track all the requests.

But I want to see those logs in my application in a data grid showing with some filters

is there a way to get AWS cloud watch logs through API call by passing some conditions ( like user, date, status) ?

If YES - Please help with some samples

根据您用于 REST API 的编程语言,您可能希望包含 AWS 开发工具包依赖项并使用类似FilterLogEvents

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM