Skip to content

Commit 6fb9fe7

Browse files
committed
fixes
1 parent 3e2760c commit 6fb9fe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.tools/test/stacks/plugin/typescript/plugin_stack.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ class PluginStack extends cdk.Stack {
283283
}),
284284
);
285285

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

299+
// Attach custom policy to allow Lambda to get and put to admin logs bucket.
300300
executionRole.addToPolicy(
301301
new iam.PolicyStatement({
302302
actions: [

0 commit comments

Comments
 (0)