Difference between revisions of "Boto3.client"

From wikieduonline
Jump to navigation Jump to search
Line 11: Line 11:
  
 
   my_rds_client = boto3.client("rds")
 
   my_rds_client = boto3.client("rds")
 +
 +
  my_rds_client = boto3.client("rds", [[environ.get]]("[[AWS_REGION]]", config["region"]))
  
 
== See also ==
 
== See also ==

Revision as of 14:42, 10 March 2022

Advertising: