File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 11-include .env
22
3- # APIGEE_ACCESS_TOKEN ?= $(shell export SSO_LOGIN_URL=https://login.apigee.com && eval get_token -u $(APIGEE_USERNAME))
4- AWS_DOMAIN_NAME =https://$(shell make -C ../terraform -s output name=service_domain_name || true)
5- DYNAMODB_TABLE_NAME =$(shell make -C ../terraform -s output name=dynamodb_table_name || true)
6- IMMS_DELTA_TABLE_NAME =$(shell make -C ../terraform -s output name=imms_delta_table_name || true)
7- AWS_SQS_QUEUE_NAME =$(shell make -C ../terraform -s output name=aws_sqs_queue_name || true)
8- AWS_SNS_TOPIC_NAME =$(shell make -C ../terraform -s output name=aws_sns_topic_name || true)
3+ AWS_DOMAIN_NAME =https://internal-dev.imms.dev.vds.platform.nhs.uk
4+ DYNAMODB_TABLE_NAME =imms-internal-dev-imms-events
5+ IMMS_DELTA_TABLE_NAME =imms-internal-dev-delta
6+ AWS_SQS_QUEUE_NAME =imms-internal-dev-delta-dlq
7+ AWS_SNS_TOPIC_NAME =imms-internal-dev-delta-sns
98
109cmd = APIGEE_ACCESS_TOKEN=$(APIGEE_ACCESS_TOKEN ) APIGEE_USERNAME=$(APIGEE_USERNAME ) IMMS_DELTA_TABLE_NAME=$(IMMS_DELTA_TABLE_NAME ) AWS_DOMAIN_NAME=$(AWS_DOMAIN_NAME ) DYNAMODB_TABLE_NAME=$(DYNAMODB_TABLE_NAME ) AWS_SQS_QUEUE_NAME=$(AWS_SQS_QUEUE_NAME ) AWS_SNS_TOPIC_NAME=$(AWS_SNS_TOPIC_NAME ) poetry run python -m unittest
1110
You can’t perform that action at this time.
0 commit comments