hackoregon / civic-devops

Master collection point for issues, procedures, and code to manage the HackOregon Civic platform
MIT License
11 stars 4 forks source link

Migrate 2017 API containers to use the Parameter Store #153

Open MikeTheCanuck opened 6 years ago

MikeTheCanuck commented 6 years ago

The 2017 API containers are still using the project_config.py approach to per-project variables. This is a pain in the ass, and had we had Parameter Store available to us last year, we probably would've taken this approach instead.

Let's migrate the 2017 APIs to using the Parameter store.

See #129 and #113 for how to implement.

MikeTheCanuck commented 6 years ago

Brian is leaving this wide open for us to implement, at least on the 2017 Emergency Response project: https://github.com/hackoregon/emergency-response-backend/pull/121