Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

544
Visualizações
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 Respostas
Responde à pergunta

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 Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda