-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docs: add SAM support in examples folder #606
Comments
Thank you Sara for opening the issue, as soon as we have a resolver please ask them know if they could leave a comment here so we can assign the issue & mark it as "in progress". |
I will be picking up this issue |
I gave it a try few weeks ago if it can help : https://github.com/flochaz/powertools-javascript-sam-sample |
I have just created the following PR: #674 As a reference, I used the API example that comes with AWS SAM. I have translated it into TypeScript and added the Powertools-Features to it. |
Before closing this issue and after #674 has been merged, we need another PR to apply linting, formatting, etc. to the new examples folder. Change needed in:
This way the new files will be picked up by the existing CI/CD steps. |
In #849 we have added the new SAM samples to the GitHub workflows so that these samples are listed, basic tested, and built as part of the CI/CD workflow. |
|
Description of the feature request
Add examples of usage of the utilities in the
examples
folder.Problem statement
Summary of the feature
Code examples
CDK example for reference:
https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/cdk
Benefits for you and the wider AWS community
Developers who use SAM can get started more quickly
Describe alternatives you've considered
Other IaC tool, which can be added later on in the roadmap.
Related issues, RFCs
docs(all): add CDK, Terraform, Serverless Framework, Terraform, Amplify examples
docs(examples): CDK example improvement with best practices
The text was updated successfully, but these errors were encountered: