aws / aws-cloudtrail-processing-library

The AWS CloudTrail Processing Library helps Java developers to easily consume and process log files from AWS CloudTrail.
Apache License 2.0
87 stars 30 forks source link

How can I feed a property file to CloudTrailProcessingLibrary and use data from that property file #8

Closed b2bking closed 6 years ago

mingma7 commented 6 years ago

Hi,

Thanks for reaching out. For your reference, we have provided a sample application under aws-cloudtrail-processing-library/src/sample/.

In the file awscloudtrailprocessinglibrary.properties, you can specify your AWS configurations. And SampleApp.java has the example of using this property file.

Please let us know if you have any question. Feel free to reopen the issue.