Difference between revisions of "Boto3.client"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
my_rds_client = boto3.client("rds", [[environ.get]]("[[AWS_REGION]]", config["region"])) | my_rds_client = boto3.client("rds", [[environ.get]]("[[AWS_REGION]]", config["region"])) | ||
+ | |||
+ | |||
+ | my_rds_client.[[describe_db_snapshots]] | ||
== See also == | == See also == |
Revision as of 15:01, 10 March 2022
s3 = boto3.client("s3") copy_object () https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/s3.html#S3.Client.copy_object
my_rds_client = boto3.client("rds")
my_rds_client = boto3.client("rds", environ.get("AWS_REGION", config["region"]))
my_rds_client.describe_db_snapshots
See also
Advertising: