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

Commit ec0218b

Browse files
Minor: new linw and better format
1 parent c7994d5 commit ec0218b

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

sample-demo-lambda-app/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22

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

5-
To setup Amazon CodeGuru Profiler, enable `Code Profiling` for your Lambda's configuration in the `Monitoring and operation tools` tab.
6-
- https://docs.aws.amazon.com/codeguru/latest/profiler-ug/setting-up-short.html#setting-up-step-2
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
76

sample-demo-lambda-app/lambda_function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ def check_prime(num):
5353
if num % sq_root == 0:
5454
return False
5555
sq_root += 1
56-
return True
56+
return True

0 commit comments

Comments
 (0)