Skip to content

fix: correct provider-aws version constraints across all languages#9

Merged
jsteinich merged 1 commit into
mainfrom
fix/issue-8-provider-aws-version
May 6, 2026
Merged

fix: correct provider-aws version constraints across all languages#9
jsteinich merged 1 commit into
mainfrom
fix/issue-8-provider-aws-version

Conversation

@so0k
Copy link
Copy Markdown
Collaborator

@so0k so0k commented Mar 20, 2026

Summary

  • Updates @cdktn/provider-aws version from ^22.0.0 to ^23.0.0 in TypeScript example (completes the partial fix from docs: change aws provider version to an existing one #6)
  • Fixes Python (cdktn-provider-aws>=20.0.0>=23.0.0) and Go (v20v23) examples that were still referencing non-existent v20.x releases

The @cdktn/provider-aws package was never published at v20.x — the earliest available version is 21.23.0. Using ^23.0.0 matches the latest major release line.

Closes #8

Test plan

  • Verify preview deployment renders correctly
  • Confirm version constraints in TypeScript, Python, and Go tabs are all 23.x

🤖 Generated with Claude Code

The @cdktn/provider-aws package was never published at v20.x — the
earliest available version is 21.23.0. Updates TypeScript, Python,
and Go examples to use ^23.0.0 which matches actual published releases.

Closes #8

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@jsteinich jsteinich merged commit edc87fa into main May 6, 2026
1 check passed
@jsteinich jsteinich deleted the fix/issue-8-provider-aws-version branch May 6, 2026 13:39
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.

Migration guide specifies faulty provider-aws version constraint

2 participants