Open gauravthadani opened 1 month ago
Unfortunately this is a breaking change introduced by GitHub in actions/checkout
and actions/upload-artifact
. For now I will be disabling the lambda-layers for older version as we work on finding an alternative/solution.
On July 1st they updated the runtime to use Node20 which uses a more recent GLIBC version than lambda (except python 3.12), this causes the build to fail due to a version mismatch.
You can read the official announcement here: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/
Hi team, looking for some support on the lambda layers github action. we use these layers in our app, but the current builds are red and previous artifacts have expired.
link - https://github.com/aws-samples/amazon-textract-textractor/actions/workflows/lambda_layers.yml
the last error in the log is
any help will be great