Documentation missing for PowerShell Containers on AWS Lambda
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- C#
- Estrellas
- 1.7k
- Forks
- 503
- Merge medio
- 1 d 18 h
- PR fusionados (30 d)
- 21
Descripción
I was going through the documentation for AWS Lambda and noticed that there isn't any documentation for PowerShell Containers on Lambda. According to the Lambda Containers announcement, all Lambda runtimes are supported with containers. Is that true for PowerShell?
I also tried to run pwsh from the "dotnet" container image on the AWS public ECR gallery. It doesn't appear to be installed in the dotnet image, so how would I package up a PowerShell container for Lambda?
PS > docker run --rm -it --entrypoint sh public.ecr.aws/lambda/dotnet
sh-4.2# ls
sh-4.2# dotnet
Usage: dotnet [options]
Usage: dotnet [path-to-application]
Options:
-h|--help Display help.
--info Display .NET information.
--list-sdks Display the installed SDKs.
--list-runtimes Display the installed runtimes.
path-to-application:
The path to an application .dll file to execute.
sh-4.2# pwsh
sh: pwsh: command not found
Notice how the documentation for Lambda Containers skips over PowerShell, but exists for other languages, in the following screenshot.

Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza con la documentación existente sobre contenedores de AWS Lambda y las indicaciones sobre el runtime de PowerShell referenciadas en la issue; después, verifica el comportamiento de la imagen public.ecr.aws/lambda/dotnet mostrado en el ejemplo. Se considera completado cuando la documentación explica si los contenedores de PowerShell son compatibles y, en caso afirmativo, cómo empaquetar uno; de lo contrario, debe documentar claramente la limitación.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- aws, docker, powershell
- Área
- cloud, documentation
- Tipo de issue
- Documentación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Necesita aclaración
- Aptitud para principiantes
- 25/100