"""Configuration for DynamoDB Streams handler.""" import os # Name of the lambda that handles each VO, saves to direct delivery. VO_TO_DD_SYNC_LAMBDA_NAME = os.environ.get('VO_TO_DD_SYNC_LAMBDA_NAME') assert VO_TO_DD_SYNC_LAMBDA_NAME, 'VO_TO_DD_SYNC_LAMBDA_NAME is not set'