File tree Expand file tree Collapse file tree 4 files changed +8
-0
lines changed
aws_lambda_powertools/utilities/parameters Expand file tree Collapse file tree 4 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,8 @@ class AppConfigProvider(BaseProvider):
29
29
Application of the configuration to pass during client initialization
30
30
config: botocore.config.Config, optional
31
31
Botocore configuration to pass during client initialization
32
+ boto3_session : boto3.session.Session, optional
33
+ Boto3 session to use for AWS API communication
32
34
33
35
Example
34
36
-------
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ class DynamoDBProvider(BaseProvider):
30
30
Complete url to reference local DynamoDB instance, e.g. http://localhost:8080
31
31
config: botocore.config.Config, optional
32
32
Botocore configuration to pass during client initialization
33
+ boto3_session : boto3.session.Session, optional
34
+ Boto3 session to use for AWS API communication
33
35
34
36
Example
35
37
-------
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ class SecretsProvider(BaseProvider):
19
19
----------
20
20
config: botocore.config.Config, optional
21
21
Botocore configuration to pass during client initialization
22
+ boto3_session : boto3.session.Session, optional
23
+ Boto3 session to use for AWS API communication
22
24
23
25
Example
24
26
-------
Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ class SSMProvider(BaseProvider):
19
19
----------
20
20
config: botocore.config.Config, optional
21
21
Botocore configuration to pass during client initialization
22
+ boto3_session : boto3.session.Session, optional
23
+ Boto3 session to use for AWS API communication
22
24
23
25
Example
24
26
-------
You can’t perform that action at this time.
0 commit comments