Skip to content

Docs: Use newer SAM CLI built-in template in favour of standalone #2166

Closed
@heitorlessa

Description

@heitorlessa

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.

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentation

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions