Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate from Parameter Store to a "real" data store #74

Open
chelma opened this issue Jun 27, 2023 · 0 comments
Open

Migrate from Parameter Store to a "real" data store #74

chelma opened this issue Jun 27, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@chelma
Copy link
Collaborator

chelma commented Jun 27, 2023

Description

As discussed in #43, Parameter store was a convenient way to store application state when bootstrapping the project but has substantial limitations. This task is to move to another, more scalable and full-featured data store for application state. The current front-runner is AWS DynamoDB, as it appears to have suitable features and reasonable pricing for our use-case.

Related tasks/considerations:

Acceptance Criteria

  • A written/reviewed migration plan that outlines how we'll map our current Parameter Store usage to the new data store
  • Updated code/configuration to use the new data store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant