aws / aws-lambda-builders

Python library to compile, build & package AWS Lambda functions for several runtimes & framework
Apache License 2.0
334 stars 139 forks source link

Add function architecture argument when building dotnet function #501

Closed mrkdeng closed 1 year ago

mrkdeng commented 1 year ago

Issue #, if available:

Description of changes: This change made:

  1. To complete support for building ARM64 dotnet7 functions https://github.com/aws/aws-sam-build-images/pull/81. Pass down directly the Architecture parameter defined in SAM template to Amazon Lambda Tools via --function-architecture argument. Previously when building dotnet7 functions, users also need to make changes in aws-lambda-tools-defaults.json in their source code directories.

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