Skip to content

fix: revert vended CDK dep to ^0.1.0-alpha.19#910

Merged
tejaskash merged 1 commit intofeat/harness-implementationfrom
fix/revert-cdk-alpha-20
Apr 22, 2026
Merged

fix: revert vended CDK dep to ^0.1.0-alpha.19#910
tejaskash merged 1 commit intofeat/harness-implementationfrom
fix/revert-cdk-alpha-20

Conversation

@jesseturner21
Copy link
Copy Markdown
Contributor

Summary

  • PR Add coverage reporting for unit tests #128 bumped the vended CDK project's dependency to @aws/agentcore-cdk@^0.1.0-alpha.20, but that version has never been published to npm (highest published is alpha.19).
  • As a result, agentcore create fails during the vended project's npm install with npm ERR! code ETARGET / No matching version found for @aws/agentcore-cdk@^0.1.0-alpha.20, which broke E2E tests (run 24792727254 — all 4 Bedrock suites failed in beforeAll at e2e-helper.ts:90).
  • Revert just the caret range back to ^0.1.0-alpha.19. When alpha.20 is actually published, bump again.

Test plan

  • agentcore create scaffolds a project without ETARGET locally
  • E2E workflow passes on both matrix rows (npm and main)

`@aws/agentcore-cdk@0.1.0-alpha.20` has not been published to npm (highest
published is alpha.19), so `agentcore create` fails during the vended
project's `npm install` step with ETARGET. This breaks E2E tests and any
real `create` invocation. Revert until alpha.20 is published.

Constraint: alpha.20 is not published on npm
Rejected: Keep alpha.20 and publish CDK first | cross-repo coordination required, blocks E2E now
Confidence: high
Scope-risk: narrow
@tejaskash tejaskash merged commit 34b41e7 into feat/harness-implementation Apr 22, 2026
@tejaskash tejaskash deleted the fix/revert-cdk-alpha-20 branch April 22, 2026 17:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants