Skip to content

Commit

Permalink
Lambdaのパス修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mt-osho-san committed Apr 28, 2024
1 parent b5b9f24 commit f3a970f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/lib/backend-stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ export class BackendStack extends cdk.Stack {
// });

const generateDiaryTitle = new NodejsFunction(this, "lambda", {
entry: "src/lambda/generate-diary-feedback.ts",
entry: "src/backend/lambda/generate-diary-feedback.ts",
handler: "handler",
runtime: Runtime.NODEJS_20_X,
});
Expand Down

0 comments on commit f3a970f

Please sign in to comment.