/lambda-logging

lambda-logging make it easy to post errors on single page application to DynamoDB using AWS Lambda and API Gateway from client.

Primary LanguageJavaScript

lambda-logging

lambda-logging make it easy to post errors on single page application to DynamoDB using AWS Lambda and API Gateway from client.

Install

npm i lambda-logging --save

Example

Invoke start when the application are loaded.

import lambdaLogging from 'lambda-logging';
lambdaLogging.start(API_GATEWAY_ENDOPINT, DYNAMODB_TABEL_NAME);