You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theBaseProvider
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.
The text was updated successfully, but these errors were encountered: