Closed
Description
What were you searching in the docs?
SAM CLI command to scaffold a hello world with Powertools. Issue raised in the SAM CLI after a frustrating customer experience due to Python setup and cookiecutter hooks.
Is this related to an existing documentation section?
tutorial
How can we improve?
Update tutorial and any other place that recommends using https://github.com/aws-samples/cookiecutter-aws-sam-python, instead use the newer template.
Got a suggestion in mind?
Use the newer SAM CLI template with:
sam init --app-template hello-world-powertools-python --name sam-app --package-type Zip --runtime python3.10 --no-tracing`
Acknowledgment
- I understand the final update might be different from my proposed suggestion, or refused.