@clipmx/lambda-utils
TypeScript icon, indicating that this package has built-in type declarations

0.7.3 • Public • Published

Node Lambda Utils

Installation

npm install @clipmx/lambda-utils

Usage

Refer to the API docs for usage examples

Technologies Used

Contributing

Anything that is reusable in our Node Lambdas would be a good addition to this library.

git clone git@github.com:ClipMX/node.lambda-utils.git

Build Tests

npm run test:watch

Add Usage Examples

TypeDoc will generate API documentation based on the TypeScript types used in the code. TypeDoc will also pull any doc strings into the generated code, which is useful for providing a little more description and usage examples to each Module, Class, Variable, Function, etc. The doc string should be written in MarkDown to take advantage of syntax highlighted code blocks.

TypeScript Resources

Publishing

  1. Create a release branch off of master.
  2. Rebuild docs npm run build:docs
  3. Commit all changes
  4. npm version [major|minor|patch]
  5. Create a pull request for release branch
  6. npm publish --access public

/@clipmx/lambda-utils/

    Package Sidebar

    Install

    npm i @clipmx/lambda-utils

    Weekly Downloads

    26

    Version

    0.7.3

    License

    ISC

    Unpacked Size

    152 kB

    Total Files

    71

    Last publish

    Collaborators

    • akira_fes
    • itpayclip
    • dhollerbach