Skip to content

Commit 0825df3

Browse files
committed
chore: wip
1 parent 16f47b4 commit 0825df3

File tree

1 file changed

+1
-1
lines changed
  • storage/framework/core/cloud/src/cloud

1 file changed

+1
-1
lines changed

storage/framework/core/cloud/src/cloud/ai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export class AiStack {
5656
},
5757
})
5858

59-
const summarizeAi = new lambda.Function(scope, 'AiFunction', {
59+
const summarizeAi = new lambda.Function(scope, 'SummarizeAiFunction', {
6060
functionName: `${props.slug}-${props.appEnv}-ai-summarize`,
6161
description: 'Lambda function to summarize any given text',
6262
runtime: lambda.Runtime.NODEJS_20_X,

0 commit comments

Comments
 (0)