An open API service indexing awesome lists of open source software.

https://github.com/cbschuld/serverless-toolbox

A lightweight library full of useful functions for your serverless projects (AWS).
https://github.com/cbschuld/serverless-toolbox

Last synced: 3 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:

```sh
npm install serverless-toolbox
```

yarn:

```sh
yarn add serverless-toolbox
```

## Functions

### SSM

```typescript
getParameter(name: string): Promise
getEncryptedParameter(name: string): Promise
```

## Tests

Tests are executed via Jest.

```shell script
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.