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 16f47b4 commit 0825df3Copy full SHA for 0825df3
storage/framework/core/cloud/src/cloud/ai.ts
@@ -56,7 +56,7 @@ export class AiStack {
56
},
57
})
58
59
- const summarizeAi = new lambda.Function(scope, 'AiFunction', {
+ const summarizeAi = new lambda.Function(scope, 'SummarizeAiFunction', {
60
functionName: `${props.slug}-${props.appEnv}-ai-summarize`,
61
description: 'Lambda function to summarize any given text',
62
runtime: lambda.Runtime.NODEJS_20_X,
0 commit comments