Skip to content

Commit

Permalink
Fix Rosetta fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Lesierse committed Nov 19, 2023
1 parent bbac70a commit 2a6659f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// Fixture with packages imported, but nothing else
import { Construct } from 'constructs';
import { DockerImage, Stack } from '@aws-cdk/core';
import { DockerImage, Stack, BundlingFileAccess } from 'aws-cdk-lib';
import { Runtime } from 'aws-cdk-lib/aws-lambda';
import * as dotnet from '@aws-cdk/aws-lambda-dotnet-alpha';

class Fixture extends Stack {
Expand Down

0 comments on commit 2a6659f

Please sign in to comment.