New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

aws-sdk-sugar

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-sdk-sugar

This tries to make working with AWS-sdk less painful

  • 0.1.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Maybe don't use this yet.

I just noticed a big spike in downloads on npm. I'm hoping this is mirrors/bots and not real people.

This package isn't even remotely stable right now.

Abstract

This module is a collection of method wrappers to (hopefully) lower the barrier to entry for interacting with AWS services.

My uses cases are primarily focused on EC2/ELB automation.

I'm happy to accept PRs for additional services.

Install

npm install aws-sdk-sugar

Usage

var elb = require('aws-sdk-sugar').elb;

//log a list of instances in the 'prod-web' ELB
elb.list('prod-web',console.log);

//add an instance to prod-web
elb.add('prod-web','ia232342324', someCallback);

//add multiple instances to prod-web
elb.add('prod-web',['ia22222','ia44444444','ia3873737373'], someCallback);

Keywords

FAQs

Package last updated on 05 Feb 2015

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc