Skip to content

Commit 266a7e7

Browse files
committed
fixes for linters
1 parent 9b07aeb commit 266a7e7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.tools/test/stacks/nuke/typescript/account_nuker.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
13
import * as cdk from 'aws-cdk-lib';
24
import * as events from 'aws-cdk-lib/aws-events';
35
import * as targets from 'aws-cdk-lib/aws-events-targets';
46
import * as iam from 'aws-cdk-lib/aws-iam';
5-
import * as s3 from 'aws-cdk-lib/aws-s3';
6-
import * as s3deploy from 'aws-cdk-lib/aws-s3-deployment'
77
import * as path from 'path';
88
import * as lambda from "aws-cdk-lib/aws-lambda";
9-
import * as fs from 'fs';
109
import { Duration, Stack, StackProps } from 'aws-cdk-lib';
1110
import { Construct } from 'constructs';
1211
import { DockerImageCode, DockerImageFunction } from 'aws-cdk-lib/aws-lambda';

.tools/test/stacks/nuke/typescript/nuke_generic_config.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ accounts:
9999
- property: "FunctionArn"
100100
type: "glob"
101101
value: "^(PluginStack|NukeStack)*$"
102-
"*PluginStack-*"
103102
LambdaPermission:
104103
- property: "name"
105104
type: "glob"

.tools/test/stacks/nuke/typescript/run.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
# SPDX-License-Identifier: Apache-2.0
13
#!/bin/sh
24

35
# Get AWS account ID

0 commit comments

Comments
 (0)