aws / aws-extensions-for-dotnet-cli

Extensions to the dotnet CLI to simplify the process of building and publishing .NET Core applications to AWS services
Apache License 2.0
369 stars 86 forks source link

Update dependencies and rebuild embedded zip utility used when deploying Lambda functions from Windows #321

Closed ashovlin closed 3 weeks ago

ashovlin commented 3 weeks ago

Issue #, if available: DOTNET-7551

Description of changes: This rebuilds the embedded executable used when zipping Lambda deployments on Windows. This uses Go instead of .NET so that we can set file permissions for Linux correctly.

We had an internal ticket highlighting CVEs against the Go version last used to build the executable, so this

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.