Skip to content

Commit e6e9060

Browse files
authored
docs: fix docs (#451)
1 parent 4071d6b commit e6e9060

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ This project aims to reduce cognitive load and answer these questions for you by
4343

4444
- Python Serverless service with a recommended file structure.
4545
- CDK infrastructure with infrastructure tests and security tests.
46-
- CI/CD pipelines based on Github actions that deploys to AWS.
47-
- Unit/integration and E2E tests.
46+
- CI/CD pipelines based on Github actions that deploys to AWS with python linters, complexity checks and style formatters.
4847
- The AWS Lambda handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler.
48+
- AWS Lambda handler uses [AWS Lambda Powertools](https://awslabs.github.io/aws-lambda-powertools-python/).
49+
- Unit, integration and E2E tests.
4950

5051

5152
## CDK Deployment

docs/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ that implements best practices for AWS Lambda, Serverless CI/CD, and AWS CDK in
3434

3535
- Python Serverless service with a recommended file structure.
3636
- CDK infrastructure with infrastructure tests and security tests.
37-
- CI/CD pipelines based on Github actions that deploys to AWS.
38-
- Unit/integration and E2E tests.
37+
- CI/CD pipelines based on Github actions that deploys to AWS with python linters, complexity checks and style formatters.
3938
- The AWS Lambda handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler.
39+
- AWS Lambda handler uses [AWS Lambda Powertools](https://awslabs.github.io/aws-lambda-powertools-python/){:target="_blank" rel="noopener"}.
40+
- Unit, integration and E2E tests.
4041

4142
The GitHub template project can be found at [https://github.com/ran-isenberg/aws-lambda-handler-cookbook](https://github.com/ran-isenberg/aws-lambda-handler-cookbook){:target="_blank" rel="noopener"}.
4243

0 commit comments

Comments
 (0)