Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2a2e38d

Browse files
committed
fix: cleaned up remaining resource names
removed layer from lab-2
1 parent c706f56 commit 2a2e38d

File tree

5 files changed

+19
-17
lines changed

5 files changed

+19
-17
lines changed

‎code/lab-1/template.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: >
77
Globals:
88
Function:
99
Timeout: 10
10-
Runtime: python3.8
10+
Runtime: python3.7
1111

1212
Resources:
1313

‎code/lab-2/lambda-layers/requirements.txt‎

Lines changed: 0 additions & 9 deletions
This file was deleted.

‎code/lab-2/template.yaml‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ Description: >
77
Globals:
88
Function:
99
Timeout: 10
10-
Runtime: python3.6
10+
Runtime: python3.7
11+
Tags:
12+
project: wild-rydes
13+
workshop: asynchronous-messaging-workshop
14+
author: aws
1115

1216
Resources:
1317
SubmitRideCompletionFunction:

‎code/lab-3/template.yaml‎

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,12 @@ Description: >
77
Globals:
88
Function:
99
Timeout: 70
10-
Runtime: python3.6
10+
Runtime: python3.7
1111
Handler: app.lambda_handler
12+
Tags:
13+
project: wild-rydes
14+
workshop: asynchronous-messaging-workshop
15+
author: aws
1216

1317
Resources:
1418
RequestForQuotesService:
@@ -72,7 +76,13 @@ Resources:
7276

7377
RequestForQuotesTopic:
7478
Type: AWS::SNS::Topic
75-
79+
Properties:
80+
Tags:
81+
- Key: project
82+
Value: wild-rydes
83+
- Key: workshop
84+
Value: asynchronous-messaging-workshop
85+
7686
RequestForQuotesResponseQueue:
7787
Type: AWS::SQS::Queue
7888
Properties:

‎code/lab-4/template.yaml‎

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Description: >
77
Globals:
88
Function:
99
Timeout: 3
10-
Runtime: python3.6
10+
Runtime: python3.7
1111
MemorySize: 512
1212
Tracing: Active
1313
Tags:
@@ -94,7 +94,6 @@ Resources:
9494
WildRydesFareProcessingTopic:
9595
Type: AWS::SNS::Topic
9696
Properties:
97-
TopicName: wild-rydes-fares
9897
Tags:
9998
- Key: project
10099
Value: wild-rydes
@@ -104,7 +103,6 @@ Resources:
104103
WildRydesFailedTransactionsQueue:
105104
Type: AWS::SQS::Queue
106105
Properties:
107-
QueueName: wild-rydes-fares-failed
108106
Tags:
109107
- Key: project
110108
Value: wild-rydes
@@ -114,7 +112,6 @@ Resources:
114112
WildRydesSuccessfulTransactionsQueue:
115113
Type: AWS::SQS::Queue
116114
Properties:
117-
QueueName: wild-rydes-fares-success
118115
Tags:
119116
- Key: project
120117
Value: wild-rydes

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /