boto3 clientのendpoint URLを確認する | AWS SDK for Python

作成済みboto3 clientのendpoint URLを確認する方法をまとめます。 はじめに 環境 boto3 clientのendpoint URLを確認する client.meta.endpoint_url client._endpoint.host おわりに 参考 はじめに boto3クライアントの宣言時には、endpoint URLを独自のURLに上書きすることが出来ます。 import boto3 client = boto3.clie…