fix: 9 improvements to aws-devops-agent power from end-to-end testing#124
Closed
tipuq wants to merge 1 commit into
Closed
fix: 9 improvements to aws-devops-agent power from end-to-end testing#124tipuq wants to merge 1 commit into
tipuq wants to merge 1 commit into
Conversation
§1 (High): Replace import boto3 with call_boto3 — sandbox blocks raw imports §2 (High): Add userId/userType to all CreateChat + SendMessage examples §3 (Medium): Add empty list-recommendations recovery via UpdateBacklogTask PENDING_START §4 (Medium): Add Reducing Approval Fatigue section (autoApprove list, trade-off guide, hooks) §5 (Low): Add 15 resource-type keywords (incl ssm, kms) §6 (Low): Replace vague pagination with concrete --starting-token example §7 (Low): Add worked ECS incident walkthrough §8 (Low): Add 1b. Required IAM Permissions subsection in setup §9 (Low): Restructure User identity troubleshooting as 3 numbered options Also: license aligned to repo convention (AWS Customer Agreement), executionId provenance fixed, pseudocode }) consistency, steering SendMessage casing
|
Hi @tipuq, thank you for your contribution! Please note that if you haven't already, you would also need to submit your power officially at kiro.dev/powers/submit so it can be reviewed for listing in the Kiro powers registry. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
9 defects identified and fixed from end-to-end testing against account
083010608567using Kiro IDE withuvx mcp-proxy-for-aws@latest. The two highest-severity fixes (§1, §2) were verified against the live AWS MCP Server — the correctedcall_boto3+userIdpattern produces successful streaming responses.Changes
import boto3withcall_boto3— sandbox blocks raw importsuserId/userTypeto all CreateChat + SendMessage exampleslist-recommendationsrecovery viaupdate-backlog-task --task-status PENDING_START--starting-token/--page-sizeexample### 1b. Required IAM Permissionssubsection in SetupAlso fixed
executionIdprovenance clarified (fromget-backlog-task, notcreate-backlog-task)send_message→SendMessagenaming consistency in steering.md})closing consistency.kiro/hooks/scripts for future granular approval gatingFiles changed (5)
aws-devops-agent/POWER.md— §1-9aws-devops-agent/steering/steering.md— §1-3 + steering extrasaws-devops-agent/examples/ecs-incident-walkthrough.md— §7 (new)aws-devops-agent/.kiro/hooks/aws-allow-reads.sh— §4 (new)aws-devops-agent/.kiro/hooks/aws-allow-chat.sh— §4 (new)Validation
import boto3in any code blockcreate-chathas--user-id/--user-typeSendMessagecode block hasuserId