Skip to content

Add DynamoDB provider for the parameters module #1083

Closed
@jeromevdl

Description

@jeromevdl

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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions