Skip to content

Commit ad21b71

Browse files
committed
readme
1 parent a3c720e commit ad21b71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ 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+
Finally, redeploy this branch to your environment. During deployment, the [update script in `lambda-function.config`](https://github.com/awslabs/eb-java-scorekeep/blob/xray/.ebextensions/lambda-function.config#L31) builds the function and uploads the source code to Lambda.
29+
30+
Create a new user in the web app and refresh your service map to see the two Lambda nodes.
31+
2832
## Amazon RDS Integration
2933
From branch: [`sql`](https://github.com/awslabs/eb-java-scorekeep/tree/sql)
3034
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)

0 commit comments

Comments
 (0)