@deepstream/plugin-aws
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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}

Readme

Keywords

Package Sidebar

Install

npm i @deepstream/plugin-aws

Weekly Downloads

2

Version

1.0.2

License

MIT

Unpacked Size

21.5 kB

Total Files

18

Last publish

Collaborators

  • jaime-ez
  • yasserf
  • valentinvichnal