awesome-layers
awesome-layers copied to clipboard
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
I believe this would be a better resource to link to for bref runtime layers as this includes all their published layers. https://runtimes.bref.sh/
I am working on a lambda [log shipper](https://github.com/david7482/lambda-extension-log-shipper) project which uses lambda extension and builds as a lambda layer. Any proper section to add this new kind of lambda layer...
Hey hey – I know I could just add this myself, but wanted to open it up for discussion. So https://github.com/lambci/yumda is basically a ([large](https://github.com/lambci/yumda/blob/master/amazon-linux-2/packages.txt)) collection of yum packages that...
Latest versions of boto3/botocore available with Python runtimes are too old. For example, built-in boto3 version does not support `ExecutionParameters` for Athena's `StartQueryExecution` which is a security risk: a developer...
These could be added. https://aws-otel.github.io/docs/getting-started/lambda They are separate based on programming language. For example, the javascript layer is currently ``` arn:aws:lambda::901920570463:layer:aws-otel-nodejs--ver-1-8-0:1 ```
As per https://docs.powertools.aws.dev/lambda/python/latest/#lambda-layer
The library is good but nobody has pushed in 2 years, and it does not support Node 20/22 yet. Node 18 is about to get deprecated in AWS. In the...