Skip to content

Commit 295d229

Browse files
Merge pull request #387 from code-dot-org/quote-booleanish-strings
2 parents 738085a + 6feec43 commit 295d229

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

cicd/3-app/javabuilder/template.yml.erb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ Resources:
902902
BillingMode: PAY_PER_REQUEST
903903
AttributeDefinitions:
904904
- AttributeName: <%=DOMAIN_AND_USER_ID_COMPOSITE_ATTRIBUTE_NAME%>
905-
AttributeType: S
905+
AttributeType: "S"
906906
PointInTimeRecoverySpecification:
907907
PointInTimeRecoveryEnabled: true
908908
@@ -916,7 +916,7 @@ Resources:
916916
BillingMode: PAY_PER_REQUEST
917917
AttributeDefinitions:
918918
- AttributeName: <%=TOKEN_ID_ATTRIBUTE_NAME%>
919-
AttributeType: S
919+
AttributeType: "S"
920920
TimeToLiveSpecification:
921921
AttributeName: <%=TIME_TO_LIVE_ATTRIBUTE_NAME%>
922922
Enabled: true
@@ -933,9 +933,9 @@ Resources:
933933
BillingMode: PAY_PER_REQUEST
934934
AttributeDefinitions:
935935
- AttributeName: <%=DOMAIN_AND_USER_ID_COMPOSITE_ATTRIBUTE_NAME%>
936-
AttributeType: S
936+
AttributeType: "S"
937937
- AttributeName: <%=ISSUED_AT_TIMESTAMP_ATTRIBUTE_NAME%>
938-
AttributeType: N
938+
AttributeType: "N"
939939
TimeToLiveSpecification:
940940
AttributeName: <%=TIME_TO_LIVE_ATTRIBUTE_NAME%>
941941
Enabled: true
@@ -952,9 +952,9 @@ Resources:
952952
BillingMode: PAY_PER_REQUEST
953953
AttributeDefinitions:
954954
- AttributeName: <%=DOMAIN_AND_SECTION_OWNER_ID_COMPOSITE_ATTRIBUTE_NAME%>
955-
AttributeType: S
955+
AttributeType: "S"
956956
- AttributeName: <%=ISSUED_AT_TIMESTAMP_ATTRIBUTE_NAME%>
957-
AttributeType: N
957+
AttributeType: "N"
958958
TimeToLiveSpecification:
959959
AttributeName: <%=TIME_TO_LIVE_ATTRIBUTE_NAME%>
960960
Enabled: true
@@ -969,7 +969,7 @@ Resources:
969969
BillingMode: PAY_PER_REQUEST
970970
AttributeDefinitions:
971971
- AttributeName: <%=CONTAINER_ID_AND_TRIGGER_COMPOSITE_ATTRIBUTE_NAME%>
972-
AttributeType: S
972+
AttributeType: "S"
973973

974974
HighUsersBlockedAlarm:
975975
Type: AWS::CloudWatch::Alarm

0 commit comments

Comments
 (0)