serverless-spy
Version:
CDK-based library for writing elegant integration tests on AWS serverless architecture and an additional web console to monitor events in real time.
1 lines • 1.23 kB
Source Map (JSON)
{"version":3,"file":"envVariableNames.mjs","names":[],"sources":["../../../src/common/envVariableNames.ts"],"sourcesContent":["//this file is not under root -> common folder because jsii does not allow\n//changing tsconfing.json to remove rootDir property\n\nexport enum envVariableNames {\n /**\n * Note that the function is subscribed to SQS, so we need to send spy events as it comes from SQS.\n */\n SSPY_SUBSCRIBED_TO_SQS = 'SSPY_SUBSCRIBED_TO_SQS',\n\n /**\n * Mapping of resource ARNs to service keys\n */\n SSPY_INFRA_MAPPING = 'SSPY_INFRA_MAPPING',\n\n /**\n * Web socket endpoint for sending and receiving spy events.\n */\n SSPY_WS_ENDPOINT = 'SSPY_WS_ENDPOINT',\n\n SSPY_FUNCTION_NAME = 'SSPY_FUNCTION_NAME',\n\n /**\n * DynamoDB table name that stores active websocket connections.\n */\n SSPY_WS_TABLE_NAME = 'SSPY_WS_TABLE_NAME',\n\n /**\n * Log debugging details.\n */\n SSPY_DEBUG = 'SSPY_DEBUG',\n\n /**\n * The root stack\n */\n SSPY_ROOT_STACK = 'SSPY_ROOT_STACK',\n\n /**\n * The endpoint url for AWS IoT for the account\n */\n SSPY_IOT_ENDPOINT = 'SSPY_IOT_ENDPOINT',\n}\n"],"mappings":";;;;;;CAGY,gEAAL;;;;AAIL;;;;AAKA;;;;AAKA;AAEA;;;;AAKA;;;;AAKA;;;;AAKA;;;;AAKA"}