Skip to content

2494: Remove AWS copilot - #1322

Merged
richardbored merged 4 commits into
devfrom
2494-remove-aws-copilot
Sep 8, 2026
Merged

2494: Remove AWS copilot#1322
richardbored merged 4 commits into
devfrom
2494-remove-aws-copilot

Conversation

@richardbored

Copy link
Copy Markdown
Collaborator

No description provided.

@richardbored
richardbored requested a review from ahernp September 7, 2026 13:26
@ahernp

ahernp commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

@richardbored make test immediately fails on my machine:

(venv) ~/code/accessibility-monitoring-platform 2494-remove-aws-copilot make test
make test_accessibility_monitoring_platform
python manage.py collectstatic --noinput \
		&& coverage run -m -p pytest --ignore="stack_tests/"  --ignore="report_viewer/" -c pytest.ini \
		&& coverage run --source='./accessibility_monitoring_platform/' -p manage.py test accessibility_monitoring_platform/ \
		&& coverage combine \
		&& coverage report --skip-covered \
		&& coverage erase
> /Users/PAhern/code/accessibility-monitoring-platform/accessibility_monitoring_platform/settings/base.py(182)<module>()
-> raise Exception(">>> Database credentials incorrectly entered")
(Pdb) os.environ.get("TERRAFORM")
(Pdb) os.getenv("DB_SECRET")
'{"dbClusterIdentifier":"none","password":"secret","dbname":"accessibility_monitoring_app","engine":"postgres","port":5432,"host":"localhost","username":"admin"}'
(Pdb) os.getenv("DB_NAME")
'amp-app-2-prod-env-addonsstac-reportstoragebucket-ieda2c374sq7'
(Pdb) 

@ahernp

ahernp commented Sep 7, 2026

Copy link
Copy Markdown
Collaborator

I fixed the make test problem above my updating the .env file with the changes to stack_tests/smoke_tests_viewer/staging-viewer.cypress.config.js in this pull request.

@richardbored
richardbored merged commit c2c80b4 into dev Sep 8, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants