File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/pages/[platform]/build-a-backend/functions/examples/dynamo-db-stream Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ export const handler: DynamoDBStreamHandler = async (event) => {
71
71
}
72
72
}
73
73
logger .info (` Successfully processed ${event .Records .length } records. ` );
74
-
74
+
75
75
return {
76
76
batchItemFailures: [],
77
77
};
@@ -86,7 +86,7 @@ import { StartingPosition } from "aws-cdk-lib/aws-lambda";
86
86
import { DynamoEventSource } from " aws-cdk-lib/aws-lambda-event-sources" ;
87
87
import { auth } from " ./auth/resource" ;
88
88
import { data } from " ./data/resource" ;
89
- import { myDynamoDBFunction } from " ./functions/kinesis -function/resource" ;
89
+ import { myDynamoDBFunction } from " ./functions/dynamoDB -function/resource" ;
90
90
91
91
const backend = defineBackend ({
92
92
auth ,
You can’t perform that action at this time.
0 commit comments