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).
- Host: GitHub
- URL: https://github.com/cbschuld/serverless-toolbox
- Owner: cbschuld
- Created: 2022-11-13T19:30:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-13T19:40:39.000Z (over 2 years ago)
- Last Synced: 2025-02-26T21:17:22.061Z (4 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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.