Skip to content

Commit b9834aa

Browse files
author
Tom McCarthy
committed
chore: add docstrings for boto3_session param
1 parent ba3eae3 commit b9834aa

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

aws_lambda_powertools/utilities/parameters/appconfig.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ class AppConfigProvider(BaseProvider):
2929
Application of the configuration to pass during client initialization
3030
config: botocore.config.Config, optional
3131
Botocore configuration to pass during client initialization
32+
boto3_session : boto3.session.Session, optional
33+
Boto3 session to use for AWS API communication
3234
3335
Example
3436
-------

aws_lambda_powertools/utilities/parameters/dynamodb.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ class DynamoDBProvider(BaseProvider):
3030
Complete url to reference local DynamoDB instance, e.g. http://localhost:8080
3131
config: botocore.config.Config, optional
3232
Botocore configuration to pass during client initialization
33+
boto3_session : boto3.session.Session, optional
34+
Boto3 session to use for AWS API communication
3335
3436
Example
3537
-------

aws_lambda_powertools/utilities/parameters/secrets.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class SecretsProvider(BaseProvider):
1919
----------
2020
config: botocore.config.Config, optional
2121
Botocore configuration to pass during client initialization
22+
boto3_session : boto3.session.Session, optional
23+
Boto3 session to use for AWS API communication
2224
2325
Example
2426
-------

aws_lambda_powertools/utilities/parameters/ssm.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ class SSMProvider(BaseProvider):
1919
----------
2020
config: botocore.config.Config, optional
2121
Botocore configuration to pass during client initialization
22+
boto3_session : boto3.session.Session, optional
23+
Boto3 session to use for AWS API communication
2224
2325
Example
2426
-------

0 commit comments

Comments
 (0)