cdklabs / cdklabs/awscdk-lambda-dotnet
Auto Discover .NET Runtime from csproj file
Open
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 4
- Avg merge
- 23m
- Merged PRs (30d)
- 4
Description
Current behavior the Lambda runtime is set to `DOTNET_8` (see #260). However, the runtime is also stated within the csproj file itself. Auto discovery could read the csproj file, set the runtime which is stated. When this is not clear (due to MSBuild properties for example) we can always fall back to `DOTNET_8`.
Contributor guide
Assessment
This issue has not been assessed yet.