Skip to content

Commit

Permalink
fix: Add missing IAM SES permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleszcz committed Jul 4, 2024
1 parent 2056b03 commit ec4a17b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/backend/infra/stacks/lib/backendTaskRole.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ export function createBackendTaskRole(
'apigateway:*',
'execute-api:*',
'xray:*',
'ses:SendEmail',
],
resources: ['*'],
}),
Expand Down

0 comments on commit ec4a17b

Please sign in to comment.