Skip to content

Commit

Permalink
fix : cloudformation syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
onesmus1024 committed Jan 11, 2024
1 parent 0e8e378 commit 3d27229
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aws/cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Resources:
LambdaExecutionRole:
Type: AWS::IAM::Role
Properties:
RoleName: !Sub ${Environment}-${LambdaFunctionName}-role
RoleName: dev-data-processor-lambda-role
AssumeRolePolicyDocument:
Version: '2012-10-17'
Statement:
Expand All @@ -52,7 +52,7 @@ Resources:
- sts:AssumeRole
Path: /
Policies:
- PolicyName: dev-data-processor-launch-policy
- PolicyName: dev-data-processor-lambda-policy
PolicyDocument:
Version: '2012-10-17'
Statement:
Expand Down

0 comments on commit 3d27229

Please sign in to comment.