Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add StepfunctionsStack for agent evaluation workflow
- Implement StepfunctionsStack with AWS CDK - Add Lambda functions for various steps in the workflow: - generate_map - check_agent_status - create_alias - delete_alias - run_test - update_bedrock_agent - Create Step Functions state machine for agent evaluation process - Set up EventBridge rule to trigger workflow on S3 object creation - Configure necessary IAM roles and permissions - Implement error handling and retry logic in the state machine
- Loading branch information