agent-claw: automated task changes
This commit is contained in:
18
cdk/node_modules/aws-cdk-lib/rosetta/aws_cloudwatch/default.ts-fixture
generated
vendored
Normal file
18
cdk/node_modules/aws-cdk-lib/rosetta/aws_cloudwatch/default.ts-fixture
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
// Fixture with packages imported, but nothing else
|
||||
import { Construct } from 'constructs';
|
||||
import { Stack, Duration } from 'aws-cdk-lib';
|
||||
import * as cloudwatch from 'aws-cdk-lib/aws-cloudwatch';
|
||||
import * as elbv2 from 'aws-cdk-lib/aws-elasticloadbalancingv2';
|
||||
import * as route53 from 'aws-cdk-lib/aws-route53';
|
||||
import * as sns from 'aws-cdk-lib/aws-sns';
|
||||
import * as lambda from 'aws-cdk-lib/aws-lambda';
|
||||
|
||||
class Fixture extends Stack {
|
||||
constructor(scope: Construct, id: string) {
|
||||
super(scope, id);
|
||||
|
||||
/// here
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user