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-extra-one

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-extra-one

Layer one, the lowest layer of aws-extra. Provides low-level enhancements to the aws sdk.

1.0.11
latest
Source
npmnpm
Version published
Weekly downloads
8
Maintainers
1
Weekly downloads
 
Created
Source

aws-extra-one

Layer one, the lowest layer of aws-extra. Full documentation is available here.

What do you get?

  • promisfied aws-sdk (all of it)
  • automatic, configurable logging of sdk calls
  • automatic pagination of paged sdk calls like lambda.listFunctions

What does it cost?

Layer one currently weighs in at 164 lines of code (a whopping 11Kb). It brings in no other dependencies. The aws-sdk is listed as a peer dependency because if you are deploying to AWS Lambda, there is already a copy available on the node path anyway. Also, this allows you to inject your own preferred version of aws-sdk.

The code makes use of async/await to reduce code size, so you will require node8+.

Keywords

api

FAQs

Package last updated on 13 May 2018

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