An open API service indexing awesome lists of open source software.

https://github.com/shintaro-abe/launchinstance-for-python


https://github.com/shintaro-abe/launchinstance-for-python

ansible aws boto3 ec2 lambda python userdata wordpress

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# LaunchInstance-for-Python
## Boto3
### [get_caller_identity](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sts/client/get_caller_identity.html)
* __リクエスト__
```
response = client.get_caller_identity()
```
* __レスポンス__
```
{
'UserId': 'string',
'Account': 'string',
'Arn': 'string'
}
```