We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5ec8b9 commit 68e1088Copy full SHA for 68e1088
src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
@@ -113,9 +113,7 @@ import { fileURLToPath } from "node:url";
113
import { defineFunction } from "@aws-amplify/backend";
114
import { DockerImage, Duration } from "aws-cdk-lib";
115
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";
+
119
export const sayHelloFunctionHandler = defineFunction(
120
(scope) =>
121
new Function(scope, "say-hello", {
0 commit comments