notonthehighstreet/node-lambda-events

View on GitHub
src/global.js

Summary

Maintainability
A
0 mins
Test Coverage
export const AWS_REGION = (process.env.AWS_REGION || 'us-east-1');

export const OK = 'OK';

export const ERROR = 'ERROR';