Appearance
AWS Services
Dynamic AWS API access via boto3.
| Tool | Extra | Description |
|---|---|---|
use_aws | base | Call any AWS service operation dynamically. |
use_aws
Call any AWS service operation dynamically.
python
from elsai_tools.use_aws import use_aws| Parameter | Type | Required | Description |
|---|---|---|---|
service_name | str | Yes | AWS service name (e.g. s3) |
operation_name | str | Yes | Boto3 operation name |
parameters | dict | No | Operation parameters dict |
region | str | No | AWS region |