Skip to content

Commit f6d3bdf

Browse files
committed
Merge branch 'master' into lambda
2 parents a047913 + 818f3b4 commit f6d3bdf

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
@@ -96,7 +96,7 @@ Deploy the source code for the project to your Elastic Beanstalk environment.
9696

9797
*To deploy the source code*
9898

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

0 commit comments

Comments
 (0)