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