From 92fc2e320723930288cff17ed4a123853668cf37 Mon Sep 17 00:00:00 2001 From: Ran Isenberg Date: Tue, 13 Dec 2022 22:01:14 +0200 Subject: [PATCH] docs: fix docs --- README.md | 5 +++-- docs/index.md | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e3bfc0d1..798311a5 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,10 @@ This project aims to reduce cognitive load and answer these questions for you by - Python Serverless service with a recommended file structure. - CDK infrastructure with infrastructure tests and security tests. -- CI/CD pipelines based on Github actions that deploys to AWS. -- Unit/integration and E2E tests. +- CI/CD pipelines based on Github actions that deploys to AWS with python linters, complexity checks and style formatters. - The AWS Lambda handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler. +- AWS Lambda handler uses [AWS Lambda Powertools](https://awslabs.github.io/aws-lambda-powertools-python/). +- Unit, integration and E2E tests. ## CDK Deployment diff --git a/docs/index.md b/docs/index.md index 522bfb54..5dd248b8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -34,9 +34,10 @@ that implements best practices for AWS Lambda, Serverless CI/CD, and AWS CDK in - Python Serverless service with a recommended file structure. - CDK infrastructure with infrastructure tests and security tests. -- CI/CD pipelines based on Github actions that deploys to AWS. -- Unit/integration and E2E tests. +- CI/CD pipelines based on Github actions that deploys to AWS with python linters, complexity checks and style formatters. - The AWS Lambda handler embodies Serverless best practices and has all the bells and whistles for a proper production ready handler. +- AWS Lambda handler uses [AWS Lambda Powertools](https://awslabs.github.io/aws-lambda-powertools-python/){:target="_blank" rel="noopener"}. +- Unit, integration and E2E tests. 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"}.