aws-cloudtrail-processing-library
aws-cloudtrail-processing-library copied to clipboard
The AWS CloudTrail Processing Library helps Java developers to easily consume and process log files from AWS CloudTrail.
Good afternoon, the message in CloudTrail appears incomplete, does anyone know how to retrieve the complete encoded message? eg.: "errorMessage": "You are not authorized to perform this operation. Encoded authorization...
Bumps [aws-java-sdk-s3](https://github.com/aws/aws-sdk-java) from 1.11.830 to 1.12.261. Changelog Sourced from aws-java-sdk-s3's changelog. 1.12.261 2022-07-14 AWS Config Features Update ResourceType enum with values for Route53Resolver, Batch, DMS, Workspaces, Stepfunctions, SageMaker, ElasticLoadBalancingV2, MSK...
The following line block of code will result in aws-cloudtrail-processing-library spamming the log output with event names every time an event is processed: ` Builder factory = new Builder(this, configuration_).withExceptionHandler(this);...
When initialized the new BasicPollQueueInfo(), the polledMessageCount is set to 0: https://github.com/aws/aws-cloudtrail-processing-library/blob/9e03e4384742b5915c0da60b552d4c53252187fe/src/main/java/com/amazonaws/services/cloudtrail/processinglibrary/manager/SqsManager.java#L115 Upon getting the results of the request, the sqsMessages are set up and the actual count is logged:...