cdklabs / cdklabs/awscdk-lambda-dotnet

integ-test: Introduce .NET integration tests

Open
#39 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.