Skip to content

Add DynamoDB provider for the parameters module #1083

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

Closed
jeromevdl opened this issue Mar 10, 2023 · 2 comments
Closed

Add DynamoDB provider for the parameters module #1083

jeromevdl opened this issue Mar 10, 2023 · 2 comments
Assignees
Labels
feature-parity Feature parity with python version good-first-issue Good for newcomers

Comments

@jeromevdl
Copy link
Contributor

To fill the gap with Powertools for Python, we should add DynamoDB as a source for parameters.

Python version: https://awslabs.github.io/aws-lambda-powertools-python/2.9.1/utilities/parameters/#dynamodbprovider

In order to provide this, we can implement a new Provider (DynamoDBProvider) extending the BaseProvider we already have.

Note that adding this implies to add a dependency to the DynamoDB SDK, which will make the module heavier. Thinking about a v2, we could permit to choose only the required provider (and dependencies) to limit the size of the module.

@jeromevdl jeromevdl added good-first-issue Good for newcomers triage feature-parity Feature parity with python version labels Mar 10, 2023
@jeromevdl jeromevdl removed the triage label Mar 10, 2023
@scottgerring scottgerring self-assigned this Mar 14, 2023
@scottgerring
Copy link
Contributor

I'm picking this one up and plan to have a draft PR next week.

@scottgerring
Copy link
Contributor

Implemented, in next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-parity Feature parity with python version good-first-issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants