We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2760c commit 6fb9fe7Copy full SHA for 6fb9fe7
.tools/test/stacks/plugin/typescript/plugin_stack.ts
@@ -283,7 +283,6 @@ class PluginStack extends cdk.Stack {
283
}),
284
);
285
286
- // Attach custom policy to allow Lambda to get and put to admin logs bucket.
287
executionRole.addToPolicy(
288
new iam.PolicyStatement({
289
actions: [
@@ -297,6 +296,7 @@ class PluginStack extends cdk.Stack {
297
296
298
299
+ // Attach custom policy to allow Lambda to get and put to admin logs bucket.
300
301
302
0 commit comments