Describe the issue
The published NuGet packages for Amazon.Lambda.* packages do not carry SPDX license metadata in their .nuspec.
The repo itself is Apache-2.0 and ships a LICENSE file at the root, but because the project files don't set <PackageLicenseExpression>, that information never makes it into the package metadata that NuGet, SBOM generators, and SCA / license-compliance tools consume.
Links
Link here to see MS docs on SPDX.
Describe the issue
The published NuGet packages for
Amazon.Lambda.*packages do not carry SPDX license metadata in their.nuspec.The repo itself is Apache-2.0 and ships a
LICENSEfile at the root, but because the project files don't set<PackageLicenseExpression>, that information never makes it into the package metadata that NuGet, SBOM generators, and SCA / license-compliance tools consume.Links
Link here to see MS docs on SPDX.