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

Update example "demo-runtime-layer-function" #18

Closed EarlM1 closed 1 year ago

EarlM1 commented 1 year ago

The sam build fails since the architecture property in the yaml file is set to arm64. Either remove the architecture property or set to x86_64 for the build and local invoke to run successfully.

austoonz commented 1 year ago

Thank you for noting this!

Fixed in https://github.com/awslabs/aws-lambda-powershell-runtime/pull/19.