Current integration tests are build using TypeScript. As the construct is focused towards a .NET development experience, the integration tests should reflex that as well.
An example of a possible test would be;
new DotNetFunction(this, "Function", new DotNetFunctionProps {
ProjectDir = "src/MyFunction"
});
Current integration tests are build using TypeScript. As the construct is focused towards a .NET development experience, the integration tests should reflex that as well.
An example of a possible test would be;