UNPKG

@benie/lambda-lib

Version:

Builders and tools for creating AWS Lambda function handlers that provides automation for things such as logging, instrumentation and parameters propagation

20 lines (19 loc) 264 B
env: es6: true node: true extends: 'eslint:recommended' parserOptions: ecmaVersion: 2017 rules: indent: - error - 4 linebreak-style: - error - windows quotes: - error - single semi: - error - always