agent-claw: automated task changes
This commit is contained in:
15
cdk/node_modules/aws-cdk-lib/rosetta/aws_lambda/default.ts-fixture
generated
vendored
Normal file
15
cdk/node_modules/aws-cdk-lib/rosetta/aws_lambda/default.ts-fixture
generated
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
// Fixture with packages imported, but nothing else
|
||||
import * as path from 'path';
|
||||
import { Construct } from 'constructs';
|
||||
import { Aspects, CfnOutput, DockerImage, Duration, IgnoreMode, RemovalPolicy, Stack } from 'aws-cdk-lib';
|
||||
import * as lambda from 'aws-cdk-lib/aws-lambda';
|
||||
import * as iam from 'aws-cdk-lib/aws-iam';
|
||||
import { LAMBDA_RECOGNIZE_VERSION_PROPS, LAMBDA_RECOGNIZE_LAYER_VERSION } from 'aws-cdk-lib/cx-api';
|
||||
|
||||
class Fixture extends Stack {
|
||||
constructor(scope: Construct, id: string) {
|
||||
super(scope, id);
|
||||
|
||||
/// here
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user