arithmetric / lambda-stash

AWS Lambda script to ship data from S3 to other data stores, like Elasticsearch
MIT License
52 stars 18 forks source link

Adding tests for S3 access log formatter, other minor updates #27

Closed arithmetric closed 5 years ago

arithmetric commented 5 years ago

This follows up on #26 to add tests, change the handler file name for consistency, and make the date field explicitly set to an ISO date string.

cc @drummerjoe

coveralls commented 5 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 3ccc3df3c48b8b8cad1bd449e345ebe67a00925b on feature/s3access_tests into d1cd7faaa1276cc81b64e968dd841ee1df844730 on master.

drummerjoe commented 5 years ago

Fantastic! I'll be sure to contribute any other log formats I run into :)