From 03eedb6ae0a8a2bfd44a7cbbe3f301b324cdbeaa Mon Sep 17 00:00:00 2001 From: Edan Schwartz Date: Fri, 15 Dec 2023 12:05:12 -0600 Subject: [PATCH] Add warning to python readme re: supported versions See #2 --- python-demo/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-demo/README.md b/python-demo/README.md index d7ead31..c93d4aa 100644 --- a/python-demo/README.md +++ b/python-demo/README.md @@ -1,5 +1,7 @@ # Python demo +> ❗ **WARNING:** Graceful shutdown using SIGTERM is currently only compatible with python 3.12. See #2 + This folder contains a simple python function with CloudWatch Lambda Insight enabled. CloudWatch Lambda Insight is monitoring and troubleshooting solution for serverless applicaiton. Its agent is an external extension. Any external extension will work. We use Lambda Insight extension simply because it is readily available. ```yaml