Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 178466d

Browse files
[Minor] Update README.md for multiple versions of Python.
1 parent ec0218b commit 178466d

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

sample-demo-lambda-app/README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Amazon CodeGuru Profiler Python Demo Lambda Application
22

3-
Here's a sample code you can run in a Python Lambda in your account. Further instructions will follow.
3+
Here's a sample code you can run in a Python Lambda in your account. Further instructions will follow soon.
44

5-
To setup Amazon CodeGuru Profiler, enable `Code Profiling` for your Lambda's configuration in the `Monitoring and operation tools` tab: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-short.html#setting-up-step-2
5+
To enable Amazon CodeGuru Profiler, follow these instructions:
6+
* For Python 3.8: Enable `Code Profiling` for your Lambda's configuration in the `Monitoring and operation tools` tab: https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-short.html#setting-up-step-2
7+
8+
* For Python 3.6+: Follow these instructions for enabling Profiler https://docs.aws.amazon.com/codeguru/latest/profiler-ug/python-lambda.html
69

0 commit comments

Comments
 (0)