Closed fedor-pavlov closed 5 months ago
hey @fedor-pavlov, apologies for the delay but this sample project is now superseded by the official SAM CLI template:
sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.12 --no-tracing
I'm closing, updating the README, and archiving it.
Description:
A
sam init
fails to bootstrap a simple python hello-world template on Windows platform. You may find this command example insam init --help
and also at https://github.com/aws-samples/cookiecutter-aws-sam-python:sam init --location gh:aws-samples/cookiecutter-aws-sam-python
this command produces the following error:
Steps to reproduce:
cmd
(Win+R, cmd)sam init --location gh:aws-samples/cookiecutter-aws-sam-python
sam-demo
Observed result:
Expected result:
A sample template should be deployed to
sam-demo
folder.Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
Platform: Windows 11 Enterprise, 22H2, build 22621.3447
sam --version
: SAM CLI, version 1.116.0Add --debug flag to command you are running