Skip to content

Commit

Permalink
chore: identical identifier in forum thread functions
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Sep 21, 2023
1 parent 69b8112 commit 9572a78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/constructs/common/lambda-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ export class ForumThreadFunctions extends Construct {

const fullDBAccessRole: iam.LazyRole = new iam.LazyRole(
this,
's3-access-role',
'full-dynamo-s3-access-role',
{
assumedBy: new iam.ServicePrincipal(AwsServicePrincipal.LAMBDA),
description:
Expand Down Expand Up @@ -550,7 +550,7 @@ export class ForumThreadFunctions extends Construct {

const readOnlyDBAccessRole: iam.LazyRole = new iam.LazyRole(
this,
's3-access-role',
'readOnly-dynamo-s3-access-role',
{
assumedBy: new iam.ServicePrincipal(AwsServicePrincipal.LAMBDA),
description:
Expand Down

0 comments on commit 9572a78

Please sign in to comment.