Skip to content

Commit

Permalink
chore: fixing identical names
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonNotJson committed Sep 21, 2023
1 parent 5f774ef commit 85fe54f
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 @@ -531,7 +531,7 @@ export class ForumThreadFunctions extends Construct {
managedPolicies: [
iam.ManagedPolicy.fromManagedPolicyArn(
this,
'basic-exec',
'basic-exec1',
'arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole',
),
iam.ManagedPolicy.fromManagedPolicyArn(
Expand Down Expand Up @@ -560,7 +560,7 @@ export class ForumThreadFunctions extends Construct {
managedPolicies: [
iam.ManagedPolicy.fromManagedPolicyArn(
this,
'basic-exec',
'basic-exec2',
'arn:aws:iam::aws:policy/service-role/AWSLambdaBasicExecutionRole',
),
iam.ManagedPolicy.fromManagedPolicyArn(
Expand Down

0 comments on commit 85fe54f

Please sign in to comment.