0.1.4 • Published 2 years ago

@scloud/utils v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Utility functions

A collection of functions to help take care of boilerplate, mainly when working in Lambda.

Functions

  • parseJson A wrapper around JSON.parse that gracefully returns undefined if the input can't be parsed. This is useful for parsing things like HTTP/API request messages and SQS bodies without needing to add a try/catch every time.

    DynamoDB

  • A set of common CRUD/list operations that help you focus on what you're trying to achieve by taking away a bunch of boilerplate work, e.g. getItem, putItem, deleteItem, findItems and equivalent functions that use an index.

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago