1.0.0 • Published 4 years ago

deepstream.io-plugin-aws v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

deepstream.io-plugin-aws

A collection of AWS plugins to use with deepstream

heap-snapshot: name: ‘heap-snapshot’ options: interval: 60000 outputDir: file(../heap-snapshots)

aws: path: ./plugins/aws/src/plugin options: accessKeyId: ${AWS_ACCESS_KEY} secretAccessKey: ${AWS_SECRET_ACCESS_KEY} services: - type: s3-sync options: syncInterval: 60000 syncDir: file(../heap-snapshots) bucketName: controlbright-deepstream-snapshot bucketRegion: us-east-1