0.1.4 • Published 11 months ago

@scloud/utils v0.1.4

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months 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

11 months ago

0.1.3

11 months ago

0.1.2

11 months ago

0.1.1

11 months ago

0.1.0

11 months ago