From d753874efa0c3a15926efbcd135b6dc2b667dd2c Mon Sep 17 00:00:00 2001 From: Ran Isenberg <60175085+ran-isenberg@users.noreply.github.com> Date: Sat, 12 Oct 2024 08:31:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 48f15f1..1f67cd0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@ ![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/ran-isenberg/streamlining-serverless-governance-aws-blog/badge) ![issues](https://img.shields.io/github/issues/ran-isenberg/streamlining-serverless-governance-aws-blog) +This is the code repositort for the AWS.com architecture blog post ["How CyberArk is streamlining serverless governance by codifying architectural blueprints"](https://aws.amazon.com/blogs/architecture/how-cyberark-is-streamlining-serverless-governance-by-codifying-architectural-blueprints/) + This project provides a working, open source based, AWS Lambda handler skeleton Python code including DEPLOYMENT code with CDK and a pipeline. This project can serve as a template for new Serverless services - CDK deployment code, pipeline and handler are covered.