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