What would be a good get started example in SAM CLI? #359
-
| Hello folks! We're looking to include an example within SAM CLI for customers using `sam init - We need your help to decide what to create. Ideally, it would be something simple to get started and understand, but not as trivial as a Hello World return. We can also be opinionated when it comes to tooling to help those who haven't created a Python project before - e.g., black, isort, pre-commit, etc. Thank you! | 
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
| Some "classic" lambda uses could be: 
 | 
Beta Was this translation helpful? Give feedback.
-
| Agree with @mwarkentin and wants to add a few more options: 
 | 
Beta Was this translation helpful? Give feedback.
-
| Thanks a lot for the additional ideas, Tomer — we’ve got the first one
already out
sam init —location
https://github.com/aws-samples/cookiecutter-aws-sam-python
… On Mon, 5 Jul 2021 at 23:45, Tomer Levi ***@***.***> wrote:
 Agree with @mwarkentin <https://github.com/mwarkentin> and wants to add a
 few more options:
    - API Gateway + Lambda - where lambda include an ApiGatewayResolver,
    logging and tracing
    - SQS + Lambda - where lambda include @sqs_batch_processor, logging
    and tracing
 —
 You are receiving this because you authored the thread.
 Reply to this email directly, view it on GitHub
 <#359 (comment)>,
 or unsubscribe
 <https://github.com/notifications/unsubscribe-auth/AAZPQBF2JYZKQE6SRHTTZKTTWIRWDANCNFSM4ZYYT4KQ>
 .
 | 
Beta Was this translation helpful? Give feedback.
Some "classic" lambda uses could be: