Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

547
Vistas
AWS Lambda: The code editor does not support the .NET Core 3.1 (C#/PowerShell) runtime

When I am trying to select the runtime for my AWS Lambda function. It shows:

The code editor does not support the .NET Core 3.1 (C#/PowerShell) runtime

Has anyone faced issues like this? Please help me out! Thanks in advance.

over 4 years ago · Santiago Trujillo
1 Respuestas
Responde la pregunta

0

C# code cannot be edited in the Lambda console. Use the .NET Core CLI to create & deploy your Lambda function. The steps to do so can be found in my blog post here. Here's a summary of the same:

  1. Install .NET Core from here.
  2. Install Lambda templates:
dotnet new --install Amazon.Lambda.Templates
  1. Create Lambda function:
dotnet new lambda.EmptyFunction --name MyFunction
  1. Install .NET Core Global Tool:
dotnet tool install -g Amazon.Lambda.Tools
  1. Deploy the function:
dotnet lambda deploy-function MyFunction --profile <AWS CLI profile>
  1. Invoke the function:
dotnet lambda invoke-function MyFunction --payload "Hello World" --profile <AWS CLI profile>
over 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda