lambda-perf icon indicating copy to clipboard operation
lambda-perf copied to clipboard

Lambda Cold Starts analysis, updated daily

Results 35 lambda-perf issues
Sort by recently updated
recently updated
newest added

Bumps software.amazon.awssdk:bom from 2.28.20 to 2.28.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:bom&package-manager=maven&previous-version=2.28.20&new-version=2.28.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps software.amazon.awssdk:url-connection-client from 2.28.20 to 2.28.21. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=software.amazon.awssdk:url-connection-client&package-manager=maven&previous-version=2.28.20&new-version=2.28.21)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Adding Deno lambda from the official guide: https://docs.deno.com/runtime/tutorials/aws_lambda/ The Docker image works locally and in AWS, I'm not sure how to test this any further in the context of this...

It appears Deno can sometimes be faster than Node.js or Bun. https://deno.com/blog/aws-lambda-coldstart-benchmarks It'd be great if this benchmark add Deno runtime.

Thanks for wonderful site! I wish I can compare the cold start time between VPC Lambda and normal Lambda. Any plan to add such metrics?

It would be great if AWSLabs' [PowerShell Custom Runtime](https://github.com/awslabs/aws-lambda-powershell-runtime) were added to the performance comparisons. PowerShell in Lambda has two options: * The .NET runtime (via the AWSLambdaPSCore module), which...

Add support for Zig ([ziglang.org](https://ziglang.org/)) https://github.com/softprops/zig-lambda-runtime claims: > ❄ avg cold start duration 11ms 💾 avg memory 10MB ⚡ avg duration 1-2ms Let's verify it!

Could we add PHP with maybe the following variants: - Basic: PHP-fpm or PHP-cgi - PHP with Swoole - PHP with FrankenPHP Surprised it's not on here, as only language...

There’s a [comment in llrt’s repo](https://github.com/awslabs/llrt/issues/110#issuecomment-1935467330), where `llrt compile` is mentioned to convert JavaScript to QuickJS bytecode prior to deployment. This should decrease the cold start a bit.

**What programming languages have I added?** - Ada - Assembler - COBOL - Fortran - Pascal - Lisp - Oberon **Why did I do this?** There were 3 reasons for...