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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,7 @@ Deploy the source code for the project to your Elastic Beanstalk environment.
96
96
97
97
*To deploy the source code*
98
98
99
-
1. Download the source bundle: [eb-java-scorekeep-v1.zip](https://github.com/awslabs/eb-java-scorekeep/releases/download/v1.1/eb-java-scorekeep-v1.zip)
99
+
1. Download the source bundle: [eb-java-scorekeep-v1.zip](https://github.com/awslabs/eb-java-scorekeep/releases/download/v1.3/eb-java-scorekeep-v1.zip)
100
100
2. Open the [Elastic Beanstalk Management Console](console.aws.amazon.com/elasticbeanstalk/home).
101
101
3. Click your environment's name to open the Dashboard.
102
102
4. Click **Upload and Deploy**.
@@ -108,13 +108,13 @@ Deploy the source code for the project to your Elastic Beanstalk environment.
108
108
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.
109
109
110
110
## Configure Notifications
111
-
The API uses Amazon SNS to send a notification email whenever a game ends. Configure your email address in the source code and redeploy to enable notifications.
111
+
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.
112
112
113
113
*To enable notifications*
114
-
1.Clone this repository
115
-
2.Add your email address to the `env.config` configuration file in the `.ebextensions` folder.
116
-
3.[Create a source bundle](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-sourcebundle.html).
117
-
4.[Deploy the source bundle](http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html#deployments-newversion).
114
+
1.Open your environment's page in the [environment management console](https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/environments-console.html).
115
+
2.Choose **Configuration**.
116
+
3.Choose **Software Configuration**
117
+
4.Under **Environment Properties**, set **NOTIFICATION_TOPIC** to your email address.
118
118
5. Check your email for a subscription confirmation.
0 commit comments