New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@deepstream/plugin-aws

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepstream/plugin-aws

A collection of plugins that can be used with deepstream.io and aws

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
2
Created
Source

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}

Keywords

deepstream

FAQs

Package last updated on 30 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts