Bug: `sam init --help` recommends using an archived cookiecutter
Opened this issue · 2 comments
miketheman commented
Description:
After running sam init --help
, this example is an archived repo:
$ sam init --location git+ssh://git@github.com/aws-samples/cookiecutter-aws-sam-python.git
Steps to reproduce:
Run sam init --help
Expected result:
Not this repo.
Per https://github.com/aws-samples/cookiecutter-aws-sam-python#archived maybe another example repository.
Additional environment details (Ex: Windows, Mac, Amazon Linux etc)
{
"version": "1.131.0",
"system": {
"python": "3.13.0",
"os": "macOS-15.1.1-x86_64-i386-64bit-Mach-O"
},
"additional_dependencies": {
"docker_engine": "Not available",
"aws_cdk": "Not available",
"terraform": "1.5.7"
},
"available_beta_feature_env_vars": [
"SAM_CLI_BETA_FEATURES",
"SAM_CLI_BETA_BUILD_PERFORMANCE",
"SAM_CLI_BETA_TERRAFORM_SUPPORT",
"SAM_CLI_BETA_RUST_CARGO_LAMBDA"
]
}```
mbfreder commented
Thanks you for raising this. We are taking a look.
vicheey commented
Hi @miketheman,
Thank you for your contribution. We will track this internally to improve the help section for sam cli.