Skip to content

Comments

Add support for dotnet10 AWS Lambda runtime#13331

Merged
czubocha merged 1 commit intoserverless:mainfrom
mungojam:patch-1
Feb 11, 2026
Merged

Add support for dotnet10 AWS Lambda runtime#13331
czubocha merged 1 commit intoserverless:mainfrom
mungojam:patch-1

Conversation

@mungojam
Copy link
Contributor

@mungojam mungojam commented Feb 10, 2026

Q1: Provide a link to the corresponding issue

Closes: #13330

Summary by CodeRabbit

  • New Features
    • Added support for AWS Lambda .NET 10 runtime. You can now configure functions to run on .NET 10 using the framework’s runtime setting. Validation recognizes the new runtime, enabling deployment and updates without workarounds. This expands available runtime choices for new and existing services, facilitating upgrades and parity with recent AWS offerings. No changes are required unless you opt in.

@github-actions
Copy link

github-actions bot commented Feb 10, 2026

All contributors have signed the CLA ✍️ ✅
Posted by the CLA Assistant Lite bot.

@Mmarzex
Copy link
Contributor

Mmarzex commented Feb 10, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 10, 2026

📝 Walkthrough

Walkthrough

A new Lambda runtime option, dotnet10, has been added to the awsLambdaRuntime enum in the AWS provider schema. This expands the set of officially supported .NET runtimes available for serverless deployments.

Changes

Cohort / File(s) Summary
Lambda Runtime Support
packages/serverless/lib/plugins/aws/provider.js
Added dotnet10 to the awsLambdaRuntime enum definition to enable deployment of Lambda functions using the .NET 10 runtime.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Poem

🐰 A dot-net ten arrives with cheer,
New runtime options draw near,
The enum grows, a single line,
Our Lambda functions will shine,
Fresh code to run, crystal and bright! ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: adding dotnet10 support to AWS Lambda runtimes in the provider schema.
Linked Issues check ✅ Passed The PR successfully adds dotnet10 to the awsLambdaRuntime enum, directly fulfilling the requirement in issue #13330 to support the official AWS Lambda dotnet10 runtime.
Out of Scope Changes check ✅ Passed The change is narrowly scoped to adding dotnet10 to the Lambda runtime options, with no unrelated modifications or scope creep.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

No actionable comments were generated in the recent review. 🎉

Tip

We've launched Issue Planner and it is currently in beta. Please try it out and share your feedback on Discord!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mungojam
Copy link
Contributor Author

I have read the CLA Document and I hereby sign the CLA

@mungojam
Copy link
Contributor Author

recheck

@czubocha
Copy link
Contributor

Thanks!

@czubocha czubocha merged commit 1c5b9bd into serverless:main Feb 11, 2026
5 of 6 checks passed
@github-actions github-actions bot locked and limited conversation to collaborators Feb 11, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add support for dotnet10 lambda runtime

3 participants