Skip to content

Commit

Permalink
feat: inject-comments3 (#373)
Browse files Browse the repository at this point in the history
  • Loading branch information
LIEN-YUHSIANG authored Nov 8, 2023
1 parent 3da2bca commit d08c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constructs/common/lambda-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@ export class ForumCommentAIFunctions extends Construct {
description:
'Allow lambda function to perform crud operation on dynamodb and s3',
path: `/service-role/${AwsServicePrincipal.LAMBDA}/`,
roleName: 'dynamodb-s3-forum-thread-ai-role',
roleName: 'dynamodb-s3-forum-comment-ai-role',
managedPolicies: [
iam.ManagedPolicy.fromManagedPolicyArn(
this,
Expand Down

0 comments on commit d08c23e

Please sign in to comment.