https://github.com/deepstreamio/deepstream.io-plugin-aws
A collection of AWS plugins to use with deepstream
https://github.com/deepstreamio/deepstream.io-plugin-aws
Last synced: 8 months ago
JSON representation
A collection of AWS plugins to use with deepstream
- Host: GitHub
- URL: https://github.com/deepstreamio/deepstream.io-plugin-aws
- Owner: deepstreamIO
- License: mit
- Created: 2020-04-30T03:00:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T04:38:39.000Z (about 3 years ago)
- Last Synced: 2025-02-14T20:09:19.707Z (about 1 year ago)
- Language: TypeScript
- Size: 436 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# deepstream.io-plugin-aws
A collection of AWS plugins to use with deepstream
```
plugins:
aws:
name: aws
options:
accessKeyId: ${AWS_ACCESS_KEY}
secretAccessKey: ${AWS_SECRET_ACCESS_KEY}
services:
- type: s3-sync
options:
syncInterval: 60000
syncDir: file(../heap-snapshots)
bucketName: ${SYNC_BUCKET_NAME}
bucketRegion: ${AWS_DEFAULT_REGION}
```