aws-powertools / powertools-lambda-python

A developer toolkit to implement Serverless best practices and increase developer velocity.
https://docs.powertools.aws.dev/lambda/python/latest/
MIT No Attribution
2.88k stars 396 forks source link

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

Closed heitorlessa closed 1 year ago

heitorlessa commented 1 year ago

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

heitorlessa commented 1 year ago

Now live.

github-actions[bot] commented 1 year ago

⚠️COMMENT VISIBILITY WARNING⚠️

This issue is now closed. Please be mindful that future comments are hard for our team to see.

If you need more assistance, please either tag a team member or open a new issue that references this one.

If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] commented 1 year ago

This is now released under 2.15.0 version!