Documentation missing for PowerShell Containers on AWS Lambda
- Vorherrschende Sprache
- C#
- Sterne
- 1.7k
- Forks
- 503
- Ø Merge
- 1 T. 13 Std.
- Gemergte PRs (30 T.)
- 19
Beschreibung
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.

Beitragsleitfaden
Rechercherichtung
Beginne mit der vorhandenen Dokumentation zu AWS-Lambda-Containern und den in der Issue referenzierten Anleitungen zur PowerShell-Runtime und überprüfe anschließend das im Beispiel gezeigte Verhalten des Images public.ecr.aws/lambda/dotnet. Als abgeschlossen gilt die Aufgabe, wenn die Dokumentation erklärt, ob PowerShell-Container unterstützt werden und, falls ja, wie man einen solchen paketiert; andernfalls sollte sie die Einschränkung klar dokumentieren.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- aws, docker, powershell
- Bereich
- cloud, documentation
- Issue-Typ
- Dokumentation
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100