Add `exec-aws-lambda` Command to Main UI Entry Point
Description
The current UI entry point (ai.scop.ui.Main
) supports commands to execute operations via CLI, GUI, server, and web interfaces. We need to extend this functionality by adding a new command: exec-aws-lambda
, which enables users to execute AWS Lambda functions directly from the UI entry point.
Definition of Done
-
exec-aws-lambda
command successfully executes AWS Lambda functions. - Code reviewed and merged into the main branch.
- All tests pass without errors.
- Documentation updated accordingly.
Acceptance Criteria
- Users can invoke AWS Lambda execution using the command-line interface.
- Proper error messages and usage instructions are displayed when incorrect parameters are provided.
- Execution logs clearly record the duration and timestamp of the operation completion.