Skip to content

Commit

Permalink
Update src/pages/[platform]/build-a-backend/functions/custom-function…
Browse files Browse the repository at this point in the history
…s/index.mdx
  • Loading branch information
josefaidt authored Jan 8, 2025
1 parent 1ca323f commit 724c4f4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export const sayHelloFunctionHandler = defineFunction(
(scope) =>
new Function(scope, "say-hello", {
handler: "bootstrap",
runtime: Runtime.PROVIDED_AL2023, // or any other python version
runtime: Runtime.PROVIDED_AL2023,
timeout: Duration.seconds(3), // default is 3 seconds
code: Code.fromAsset(functionDir, {
bundling: {
Expand Down

0 comments on commit 724c4f4

Please sign in to comment.