Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
λ A curated list of awesome AWS Lambda Layers. Sponsored by https://cloudash.dev
| Date | Stars |
|---|---|
| 2026-07-24 | 2261 |
| 2026-07-25 | 2261 |
| 2026-07-28 | 2261 |
| 2026-07-30 | 2261 |
| 2026-08-06 | 2261 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# λ AWSome Lambda Layers **A curated list of awesome AWS Lambda Layers** ## What are Lambda Layers? > Lambda Layers are a new type of artifact that can contain arbitrary code and data, and may be referenced by zero, one, or more functions at the same time. Lambda functions in a serverless application typically share common dependencies such as SDKs, frameworks, and now runtimes. With layers, you can centrally manage common components across multiple functions enabling better code reuse. — https://aws.amazon.com/about-aws/whats-new/2018/11/aws-lambda-now-supports-custom-runtimes-and-layers/ ## How to create and use Lambda Layers? * [with Serverless Framework](https://serverless.com/blog/publish-aws-lambda-layers-serverless-framework/) * [with SAM](https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/serverless-sam-template.html#serverless-sam-template-layerversion) * [with AWS Console](https://aws.amazon.com/blogs/aws/new-for-aws-lambda-use-any-programming-language-and-share-common-components/) * [with AWS CLI](https://docs.aws.amazon.com/lambda/latest/dg/configuration-layers.html) ([tutorial](https://github.com/nsriram/aws-lambda-layer-example)), * [with Stackery](https://www.stackery.io/blog/lambda-layers/) ## How to share Lambda Layers publicly? * [Tutorial with CLI examples](https://medium.com/@zaccharles/f1413b974f44) ## Layers 1. [Runtimes](#runtimes) 1. [Utilities](#utilities) 1. [Monitoring](#monitoring) 1. [Security](#security) ### Runtimes | Name | ARN / Link | Compatible Runtimes | Latest Version | |------|------------|---------------------|----------------| | C++ (official) | Link: [`awslabs/aws-lambda-cpp`](https://github.com/awslabs/aws-lambda-cpp) | `provided` | Self publish | | Rust (official) | Link: [`awslabs/aws-lambda-rust-runtime`](https://github.com/awslabs/aws-lambda-rust-runtime) | `provided` | Self publish | | Bash | ARN: `arn:aws:lambda:<region>:744348701589:layer:bash:<version>`<br>Link: [`gkrizek/bash-lambda-layer`](https://github.com/gkrizek/bash-lambda-layer) | `provided` |  | | [Ballerina](https://ballerina.io/) | Link: [ballerina-platform/module-ballerinax-aws.lambda](https://github.com/ballerina-platform/module-ballerinax-aws.lambda) | `provided` |  | | [Crystal](https://crystal-lang.org/) | Link: [`lambci/crambda`](https://github.com/lambci/crambda) | `provided` | Self publish | | [Nim](https://nim-lang.org/) | Link: [`lambci/awslambda.nim`](https://github.com/lambci/awslambda.nim) | `provided` | Self publish | | Node.js v8 - N\|Solid | ARN: `arn:aws:lambda:<region>:800406105498:layer:nsolid-node-8:<version>`<br>Link: [accounts.nodesource.com/downloads/nsolid-lambda](https://accounts.nodesource.com/downloads/nsolid-lambda) | `provided` | N/A | | Node.js v10 | ARN: `arn:aws:lambda:<region>:553035198032:layer:nodejs10:<version>`<br>Link: [`lambci/node-custom-lambda`](https://github.com/lambci/node-custom-lambda) | `provided` |  | | Node.js v10 - N\|Solid | ARN: `arn:aws:lambda:<region>:800406105498:layer:nsolid-node-10:<version>`<br>Link: [accounts.nodesource.com/downloads/nsolid-lambda](https://accounts.nodesource.com/downloads/nsolid-lambda) | `provided` | N/A | | Node.js v12 | ARN: `arn:aws:lambda:<region>:553035198032:layer:nodejs12:<version>`<br>Link: [`lambci/node-custom-lambda`](https://github.com/lambci/node-custom-lambda) | `provided` |  | | Perl 5.30.1 | ARN: `arn:aws:lambda:<region>:445285296882:layer:perl-5-30-runtime:5`<br>Link:[`shogo82148/p5-aws-lambda`](https://github.com/shogo82148/p5-aws-lambda) - s
Excerpt of 24,217 characters
Read on GitHubMaciej Winnicki · Poland
24
5
Michael Hart · @cloudflare · Australia
5
4
4
2
2
2
2
2
Alex DeBrie
2
2
2
2
1
Daniel Schep · @onXmaps
1
1
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:764ef2eac3ba9f72, topic:awesome, desc:curated list, readme:curated list
matched fp:764ef2eac3ba9f72, topic:serverless