Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ford-at-aws committed Oct 8, 2024
1 parent 3e2760c commit 6fb9fe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tools/test/stacks/plugin/typescript/plugin_stack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ class PluginStack extends cdk.Stack {
}),
);

// Attach custom policy to allow Lambda to get and put to admin logs bucket.
executionRole.addToPolicy(
new iam.PolicyStatement({
actions: [
Expand All @@ -297,6 +296,7 @@ class PluginStack extends cdk.Stack {
}),
);

// Attach custom policy to allow Lambda to get and put to admin logs bucket.
executionRole.addToPolicy(
new iam.PolicyStatement({
actions: [
Expand Down

0 comments on commit 6fb9fe7

Please sign in to comment.