Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/prx/dovetail-cdn-log-shipper


https://github.com/prx/dovetail-cdn-log-shipper

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Dovetail CDN Log Shipper

Watches for CloudFront [standard logs](https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/AccessLogs.html) (access logs) in S3, process them (primarily anonymizing IP addresses), and sending them an external destination (like a third-party's S3 bucket).

## Deployment

**Staging:**

```sh
sam build && sam deploy
```
**Production:**

```sh
sam build && sam deploy --config-env=prod
```