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

Commit 36e63bc

Browse files
Addressed comments, minor changes.
1 parent 488f789 commit 36e63bc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample-demo-lambda-app/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Here's a sample code you can run in a Python Lambda in your account. You can fol
1212
First step is to create the resources needed to run the application.
1313

1414
* Go to the S3 console, create an S3 bucket and take a note of the name.
15-
* Example of the name: profiler-python-recommendations-demo
15+
* Example of the name: profiler-python-recommendations-demo-your-name-here
1616

1717
* Create a IAM role with these permissions to be used by the Lambda application
1818
* Choose Lambda to allow our lambda functions to call AWS services on your behalf.
@@ -45,7 +45,7 @@ First step is to create the resources needed to run the application.
4545

4646
### Run the application
4747

48-
Now, let’s run the application.
48+
Now, let’s run the application in the Lambda console.
4949

5050
* Run Deploy and Test.
5151
* The Lambda should be successful and print some logs.

0 commit comments

Comments
 (0)