aws / aws-toolkit-jetbrains

AWS Toolkit for JetBrains - a plugin for interacting with AWS from JetBrains IDEs
https://plugins.jetbrains.com/plugin/11349-aws-toolkit
Apache License 2.0
768 stars 226 forks source link

dotnet 8 support #4782

Open Niaxor opened 3 months ago

Niaxor commented 3 months ago

Is your feature request related to a problem? Please describe. There is no in-built support for .NET 8 lambda functions.

Describe the solution you'd like In-built support for the .NET 8 lambda runtime, and mock lambda test tool

Describe alternatives you've considered .NET 6 Lambda runtime is EOL soon.

Additional context

Niaxor commented 3 months ago

image

mlaros commented 1 week ago

Fyi, this has become more urgent since the .net6 runtime will be deprecated on December 20th, 2024. See https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html for details