You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

aws-cs-util

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

aws-cs-util

an aws cloud search helper

1.0.2
latest
Source
npmnpm
Version published
Weekly downloads
5
25%
Maintainers
2
Weekly downloads
 
Created
Source
var CS = require('aws-cs-util')

CS.init({
  accessKeyId: '...',
  secretAccessKey: '...',
  region: 'us-east-1',
  endpoint: '<cloud search endpoint>',
  apiVersion: '2013-01-01'
})

CS.upload([{
    type: 'add',
    id: 123,
    fields: { a: CS.escape('åπç'), c, 'd'}
  }],
  function (err, data) {
    console.log(err, data)
  })
})

FAQs

Package last updated on 21 Nov 2014

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