Skip to content

Commit f47dda9

Browse files
committed
Merge branch 'master' into sql
2 parents 8f698e1 + 818f3b4 commit f47dda9

File tree

3 files changed

+2
-8
lines changed

3 files changed

+2
-8
lines changed

.ebextensions/env.config

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
Parameters:
22
EmailAddress:
33
Type: String
4-
4+
Default: UPDATEME
55

66
option_settings:
7-
aws:elasticbeanstalk:customoption:
8-
NotificationEmail: [email protected]
97
aws:elasticbeanstalk:application:environment:
108
AWS_REGION: '`{"Ref" : "AWS::Region"}`'
119
NOTIFICATION_TOPIC: '`{"Ref" : "NotificationTopic"}`'

.ebextensions/sns-topic.config

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
Resources:
22
NotificationTopic:
33
Type: AWS::SNS::Topic
4-
Properties:
5-
Subscription:
6-
- Endpoint: {"Ref" : "EmailAddress"}
7-
Protocol: email

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Deploy the source code for the project to your Elastic Beanstalk environment.
3737

3838
*To deploy the source code*
3939

40-
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)
40+
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)
4141
2. Open the [Elastic Beanstalk Management Console](console.aws.amazon.com/elasticbeanstalk/home).
4242
3. Click your environment's name to open the Dashboard.
4343
4. Click **Upload and Deploy**.

0 commit comments

Comments
 (0)