Skip to content

docs: fix wrong package name#204

Merged
yaythomas merged 1 commit into
aws:mainfrom
TrickSumo:patch-7
Jun 13, 2026
Merged

docs: fix wrong package name#204
yaythomas merged 1 commit into
aws:mainfrom
TrickSumo:patch-7

Conversation

@TrickSumo

Copy link
Copy Markdown
Contributor

Fix import path for aws durable execution SDK

@yaythomas yaythomas left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The published package name is @aws/durable-execution-sdk-js — the name field in the SDK's package.json. The new value matches exactly.
The old value @aws-durable-execution-sdk-js is malformed: it drops the @aws/ scope separator, so it would resolve as a nonexistent unscoped package and the example would not compile or run.
This was the only one of 102 TS example files using the wrong path; the other 101 already use @aws/durable-execution-sdk-js. The fix restores repo-wide consistency.

@yaythomas yaythomas merged commit de63adf into aws:main Jun 13, 2026
1 check passed
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