Socket
Socket
Sign inDemoInstall

serverless-toolbox

Package Overview
Dependencies
140
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    serverless-toolbox

Serverless Toolbox - a collection of functionality for building serverless solutions on AWS using the v3 SDK


Version published
Weekly downloads
1
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

[1.0.0] - 2022-06-25

Initial version

Readme

Source

Serverless Toolbox 🧰

A lightweight library full of useful functions for your Serverless projects (AWS).

Installation

The recommended way to install the anticipated.io SDK is through npm or Yarn. The library is exposed as CommonJS and ESM.

npm:

npm install serverless-toolbox

yarn:

yarn add serverless-toolbox

Functions

SSM

getParameter(name: string): Promise<string>
getEncryptedParameter(name: string): Promise<string>

Tests

Tests are executed via Jest.

npm run test

Contact

Twitter - @cbschuld

Contributing

Yes, thank you! Please update the docs and tests and add your name to the package.json file.

Keywords

FAQs

Last updated on 13 Nov 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc