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 1ca323f commit 724c4f4Copy full SHA for 724c4f4
src/pages/[platform]/build-a-backend/functions/custom-functions/index.mdx
@@ -120,7 +120,7 @@ export const sayHelloFunctionHandler = defineFunction(
120
(scope) =>
121
new Function(scope, "say-hello", {
122
handler: "bootstrap",
123
- runtime: Runtime.PROVIDED_AL2023, // or any other python version
+ runtime: Runtime.PROVIDED_AL2023,
124
timeout: Duration.seconds(3), // default is 3 seconds
125
code: Code.fromAsset(functionDir, {
126
bundling: {
0 commit comments