Skip to content

Commit 622faca

Browse files
authored
Merge pull request #8 from robbrad/feature/hotelchange
Feature/hotelchange
2 parents d60fabd + 74be069 commit 622faca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Resources:
234234
- Name: DYNAMODB_TABLE_NAME
235235
Value: !Ref RoomsTable
236236
- Name: HOTEL_NAME
237-
Value: !Ref HotelName
237+
Value: !Sub ${HotelName}-${Environment}-3
238238
- Name: DYNAMODB_ENDPOINT
239239
Value: "https://dynamodb.us-east-1.amazonaws.com"
240240
LogConfiguration:

0 commit comments

Comments
 (0)