Skip to content

Commit 887d6c6

Browse files
committed
readme
1 parent 222b14c commit 887d6c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ If you haven't used X-Ray with Scorekeep yet, try the [`xray-gettingstarted`](ht
55

66
This branch shows advanced instrumentation with the AWS X-Ray SDK and includes features from other branches. Deploy this branch to see additional trace data in the X-Ray console. Then, follow the instructions below to add an instrumented AWS Lambda function and PostgreSQL database to the application.
77

8-
## AWS Lambda
8+
## AWS Lambda Integration
99
From branch: [`lambda`](https://github.com/awslabs/eb-java-scorekeep/tree/lambda)
1010

1111
In the [`UserFactory`](https://github.com/awslabs/eb-java-scorekeep/tree/xray/src/main/java/scorekeep/UserFactory.java) class, Scorekeep calls a Node.js AWS Lambda function to generate random usernames. If the call to Lambda fails, Scorekeep falls back on a public API to generate names.
@@ -25,7 +25,7 @@ Next, add Lambda permission to your instance profile ([aws-elasticbeanstalk-ec2-
2525

2626
Note: In the `lambda` branch, Scorekeep creates the Lambda function with a configuration file. In this branch, you create the function independently with the same template that creates the role. This lets the `xray` branch work even if the Lambda function and role have not been created, whereas in the `lambda` branch, the deployment fails if you haven't created the required role.
2727

28-
## Amazon RDS
28+
## Amazon RDS Integration
2929
From branch: [`sql`](https://github.com/awslabs/eb-java-scorekeep/tree/sql)
3030
Documentation: [Instrumenting Calls to a PostgreSQL Database](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java-sample.html#xray-sdk-java-sample-postgresql)
3131

0 commit comments

Comments
 (0)