Skip to content

Commit 68e1088

Browse files
authored
fix: cleanup custom functions docs
removed duplicated lines
1 parent e5ec8b9 commit 68e1088

File tree

1 file changed

+1
-3
lines changed
  • src/pages/[platform]/build-a-backend/functions/custom-functions

1 file changed

+1
-3
lines changed

src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,9 +113,7 @@ import { fileURLToPath } from "node:url";
113113
import { defineFunction } from "@aws-amplify/backend";
114114
import { DockerImage, Duration } from "aws-cdk-lib";
115115
import { Code, Function, Runtime } from "aws-cdk-lib/aws-lambda";
116-
import { defineFunction } from "@aws-amplify/backend";
117-
import { DockerImage, Duration } from "aws-cdk-lib";
118-
import { Code, Function, Runtime } from "aws-cdk-lib/aws-lambda";
116+
119117
export const sayHelloFunctionHandler = defineFunction(
120118
(scope) =>
121119
new Function(scope, "say-hello", {

0 commit comments

Comments
 (0)