lambda-logging
v1.0.9
Published
`lambda-logging` make it easy to post errors on single page application to DynamoDB using AWS Lambda and API Gateway from client.
Downloads
7
Readme
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);