Overview
Features
aws_resources_query_or_modify tool
Executes a boto3 code snippet to query or modify AWS resources. Requires setting a result variable and supports a defined set of imports and built-ins.
Dynamic AWS resource interface
Provides access to AWS resources through the dynamic resource aws://query_resources for boto3 operations.
AST-based safety validation
Uses abstract syntax tree analysis to validate imports and code structure before execution.
Restricted execution environment
Runs user code in a sandbox with limited built-ins to enhance safety and isolation.
JSON-serialized results
Outputs query/manipulation results as JSON, with proper handling of AWS objects and datetime values.
Error handling and reporting
Provides robust error reporting to diagnose issues in code snippets and AWS operations.
Who Is This For?
- Operations:To securely query and modify AWS resources via boto3 using generated code.




