Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prx/dovetail-cdn-log-shipper
https://github.com/prx/dovetail-cdn-log-shipper
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/prx/dovetail-cdn-log-shipper
- Owner: PRX
- License: agpl-3.0
- Created: 2024-04-16T21:49:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:05:49.000Z (9 months ago)
- Last Synced: 2024-04-19T13:29:06.684Z (9 months ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```