Skip to content

Commit

Permalink
remove allow create role
Browse files Browse the repository at this point in the history
  • Loading branch information
anyoussefinia committed Dec 11, 2024
1 parent 802168e commit ad891da
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions services/admin/serverless.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,6 @@ provider:
- arn:aws:dynamodb:*:*:table/onemac-develop-one
- arn:aws:dynamodb:*:*:table/${self:custom.oneMacTableName}
- arn:aws:dynamodb:*:*:table/${self:custom.oneMacTableName}/index/*
# Allow CreateRole for IAM actions
- Effect: Allow
Action:
- iam:CreateRole
Resource: arn:aws:iam::${AWS::AccountId}:role/*

environment:
NODE_OPTIONS: '--enable-source-maps'
Expand Down

0 comments on commit ad891da

Please sign in to comment.