You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,15 @@ Other branches extend the application's functionality and show the use of other
12
12
-[`xray`](https://github.com/awslabs/eb-java-scorekeep/tree/xray) - Use the AWS X-Ray SDK to instrument incoming requests, SDK clients, SQL queries, HTTP clients, and sections of code.
13
13
-[`xray-gettingstarted`](https://github.com/awslabs/eb-java-scorekeep/tree/xray-gettingstarted) ([tutorial](https://docs.aws.amazon.com/xray/latest/devguide/xray-gettingstarted.html)) - Use the AWS X-Ray to instrument incoming requests and SDK clients (no additional configuration required).
14
14
15
-
Use the procedures in the following sections to run the project on AWS Elastic Beanstalk and configure it for local testing and development.
15
+
Use the procedures in the following sections to run the project on AWS Elastic Beanstalk and configure it for local testing and development.
16
+
17
+
**Sections**
18
+
-[Prerequisites](#prerequisites)
19
+
-[Deploy the application](#deploy-the-application)
-[Running the project locally](#running-the-project-locally)
23
+
-[Contributing](#contributing)
16
24
17
25
# Prerequisites
18
26
- User permissions - Elastic Beanstalk, IAM*
@@ -68,7 +76,7 @@ Deploy the source code for the project to your Elastic Beanstalk environment.
68
76
69
77
Click through the app to explore its functionality. Use the network console in your browser to see the HTTP requests that it sends to the API to read and write users, sessions, games, moves and game state to DynamoDB via the API.
70
78
71
-
# Configure Notifications
79
+
# Configure notifications
72
80
The API uses Amazon SNS to send a notification email when a game ends. To enable notifications, configure your email address in an environment variable.
0 commit comments