We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f64386b commit 6ae2e0eCopy full SHA for 6ae2e0e
libraries/tests/e2e/infra-aot/CoreAotStack.cs
@@ -2,6 +2,7 @@
2
using Amazon.CDK;
3
using Amazon.CDK.AWS.Lambda;
4
using Constructs;
5
+using TestUtils;
6
using Architecture = Amazon.CDK.AWS.Lambda.Architecture;
7
8
namespace InfraAot;
libraries/tests/e2e/infra/CoreStack.cs
@@ -1,6 +1,7 @@
1
namespace Infra
0 commit comments