Skip to content

[Bug]: run-durable is not bundled with the npm package #388

@ErikCH

Description

@ErikCH

Expected Behavior

Prereqs:
Installed the aws-durable-execution-sdk-js-testing library

When I run npx run-durable test/handler.ts the durable function is ran and an output is given with a table.

Actual Behavior

I get an error that run-durable is not found

Steps to Reproduce

  1. npm i @aws/durable-execution-sdk-js-testing
  2. Create durable function (e.g. order.ts)
  3. Run test
  4. npx run-durable order.ts <- fails
  5. npm run run-durable order.ts <-fails

SDK Version

1.0.0

Node.js Version

Other (specify in additional context)

Is this a regression?

No

Last Working Version

No response

Additional Context

node v23.11.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions