Skip to content

Commit

Permalink
Fix import statement in dynamodb tutorial (denoland#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbmsr authored Jan 15, 2024
1 parent 0d6c906 commit a0f7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/tutorials/tutorial-dynamodb.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import {
DynamoDBClient,
GetItemCommand,
PutItemCommand,
} from "https://cdn.skypack.dev/@aws-sdk/client-dynamodb?dts";
} from "https://esm.sh/@aws-sdk/client-dynamodb";

// Create a client instance by providing your region information.
// The credentials are obtained from environment variables which
Expand Down

0 comments on commit a0f7b53

Please sign in to comment.