Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

542
Views
AWS Lambda: el editor de código no es compatible con el tiempo de ejecución de .NET Core 3.1 (C#/PowerShell)

Cuando trato de seleccionar el tiempo de ejecución para mi función AWS Lambda. Muestra:

El editor de código no es compatible con el tiempo de ejecución de .NET Core 3.1 (C#/PowerShell)

¿Alguien ha enfrentado problemas como este? ¡Por favor, ayúdame! Gracias por adelantado.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

El código C# no se puede editar en la consola de Lambda. Utilice la CLI de .NET Core para crear e implementar su función Lambda. Los pasos para hacerlo se pueden encontrar en mi blog aquí . He aquí un resumen de la misma:

  1. Instale .NET Core desde aquí .
  2. Instalar plantillas de Lambda:
 dotnet new --install Amazon.Lambda.Templates
  1. Crear la función Lambda:
 dotnet new lambda.EmptyFunction --name MyFunction
  1. Instale la herramienta global .NET Core:
 dotnet tool install -g Amazon.Lambda.Tools
  1. Implementar la función:
 dotnet lambda deploy-function MyFunction --profile <AWS CLI profile>
  1. Invoca la función:
 dotnet lambda invoke-function MyFunction --payload "Hello World" --profile <AWS CLI profile>
over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!