You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running through the Lambda install via the CLI and I am met with the error [Error] Couldn't fetch Lambda functions. Error: Can't instrument {FUNCTION_ARN}, runtime dotnet8 not supported.
The documentation doesn't seem to indicate that .NET 8 is not supported, so perhaps it just needs to be added to the CLI?
Solution
After running through the setup on the CLI with the datadog-ci lambda instrument -i function, the tool doesn't fail due to a lack of .NET 8 support.
Additional context
No response
Command
lambda
The text was updated successfully, but these errors were encountered:
Feature request description
I am running through the Lambda install via the CLI and I am met with the error
[Error] Couldn't fetch Lambda functions. Error: Can't instrument {FUNCTION_ARN}, runtime dotnet8 not supported
.The documentation doesn't seem to indicate that .NET 8 is not supported, so perhaps it just needs to be added to the CLI?
Solution
After running through the setup on the CLI with the
datadog-ci lambda instrument -i
function, the tool doesn't fail due to a lack of .NET 8 support.Additional context
No response
Command
lambda
The text was updated successfully, but these errors were encountered: