Skip to content

Commit

Permalink
Fix missing InvokeFunction permission issue with cross region action
Browse files Browse the repository at this point in the history
  • Loading branch information
monim67 committed Mar 17, 2023
1 parent 263d696 commit 8e186d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ export class S3SyncDeployAction extends Action {
constructor(props: S3SyncDeployActionProps) {
super({
...props,
resource: props.bucket,
category: ActionCategory.INVOKE,
provider: "Lambda",
artifactBounds: {
Expand Down

0 comments on commit 8e186d9

Please sign in to comment.