Skip to content

Commit de63adf

Browse files
TrickSumoyaythomas
authored andcommitted
Fix import path for aws durable execution SDK
1 parent a442974 commit de63adf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/typescript/operations/invoke/invoke-with-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {
22
DurableContext,
33
InvokeConfig,
44
withDurableExecution,
5-
} from "@aws-durable-execution-sdk-js";
5+
} from "@aws/durable-execution-sdk-js";
66

77
export const handler = withDurableExecution(
88
async (event: { orderId: string }, context: DurableContext) => {

0 commit comments

Comments
 (0)