File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
.tools/test/stacks/nuke/typescript Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1+ // Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+ // SPDX-License-Identifier: Apache-2.0
13import * as cdk from 'aws-cdk-lib' ;
24import * as events from 'aws-cdk-lib/aws-events' ;
35import * as targets from 'aws-cdk-lib/aws-events-targets' ;
46import * 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'
77import * as path from 'path' ;
88import * as lambda from "aws-cdk-lib/aws-lambda" ;
9- import * as fs from 'fs' ;
109import { Duration , Stack , StackProps } from 'aws-cdk-lib' ;
1110import { Construct } from 'constructs' ;
1211import { DockerImageCode , DockerImageFunction } from 'aws-cdk-lib/aws-lambda' ;
Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments