Skip to content

Commit 724c4f4

Browse files
authored
Update src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
1 parent 1ca323f commit 724c4f4

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ export const sayHelloFunctionHandler = defineFunction(
120120
(scope) =>
121121
new Function(scope, "say-hello", {
122122
handler: "bootstrap",
123-
runtime: Runtime.PROVIDED_AL2023, // or any other python version
123+
runtime: Runtime.PROVIDED_AL2023,
124124
timeout: Duration.seconds(3), // default is 3 seconds
125125
code: Code.fromAsset(functionDir, {
126126
bundling: {

0 commit comments

Comments
 (0)