cdklabs / cdklabs/awscdk-lambda-dotnet
integ-test: Introduce .NET integration tests
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 4
- Avg merge
- 23m
- Merged PRs (30d)
- 4
Description
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;
```csharp
new DotNetFunction(this, "Function", new DotNetFunctionProps {
ProjectDir = "src/MyFunction"
});
```
Contributor guide
Assessment
This issue has not been assessed yet.