awslabs / aws-lambda-powershell-runtime

This new PowerShell custom runtime for AWS Lambda makes it even easier to run Lambda functions written in PowerShell to process events.
Apache License 2.0
57 stars 17 forks source link

Added arm64 runtime support, reusable runtime stack. #5

Closed andyhopp closed 1 year ago

andyhopp commented 1 year ago

Issue #, if available:

Description of changes: Added support for the custom runtime using the arm64 pwsh runtime. Added an example for publishing the layers for x86_64 pwsh runtime, arm64 pwsh runtime, and x86_64/arm64 AWS.Tools.Common layer.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

andyhopp commented 1 year ago

Replaced with a WAY better PR...