lambda-logging
make it easy to post errors on single page application to DynamoDB using AWS Lambda and API Gateway from client.
npm i lambda-logging --save
Invoke start
when the application are loaded.
import lambdaLogging from 'lambda-logging';
lambdaLogging.start(API_GATEWAY_ENDOPINT, DYNAMODB_TABEL_NAME);