File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ Parameters:
2525 Type : String
2626 Default : none
2727
28- PrescriptionNotificationStateTableName :
29- Type : String
30- Default : none
28+ # PrescriptionNotificationStateTableName:
29+ # Type: String
30+ # Default: none
3131
3232 NHSNotifyPrescriptionsSQSQueueUrl :
3333 Type : String
@@ -393,7 +393,7 @@ Resources:
393393 Variables :
394394 LOG_LEVEL : !Ref LogLevel
395395 NHS_NOTIFY_PRESCRIPTIONS_SQS_QUEUE_URL : !Ref NHSNotifyPrescriptionsSQSQueueUrl
396- TABLE_NAME : !Ref PrescriptionNotificationStateTableName
396+ # TABLE_NAME: !Ref PrescriptionNotificationStateTableName
397397 Events :
398398 ScheduleEvent :
399399 Type : ScheduleV2
@@ -436,9 +436,9 @@ Resources:
436436 - - Fn::ImportValue : !Sub ${StackName}-WriteNHSNotifyPrescriptionsSQSQueuePolicyArn
437437 - Fn::ImportValue : !Sub ${StackName}-ReadNHSNotifyPrescriptionsSQSQueuePolicyArn
438438 - Fn::ImportValue : !Sub ${StackName}-UseNotificationSQSQueueKMSKeyPolicyArn
439- - Fn::ImportValue : !Sub ${StackName}:tables:${PrescriptionNotificationStateTableName}:TableReadPolicyArn
440- - Fn::ImportValue : !Sub ${StackName}:tables:${PrescriptionNotificationStateTableName}:TableWritePolicyArn
441- - Fn::ImportValue : !Sub ${StackName}:tables:UsePrescriptionNotificationStateKMSKeyPolicyArn
439+ # - Fn::ImportValue: !Sub ${StackName}:tables:${PrescriptionNotificationStateTableName}:TableReadPolicyArn
440+ # - Fn::ImportValue: !Sub ${StackName}:tables:${PrescriptionNotificationStateTableName}:TableWritePolicyArn
441+ # - Fn::ImportValue: !Sub ${StackName}:tables:UsePrescriptionNotificationStateKMSKeyPolicyArn
442442
443443Outputs :
444444 UpdatePrescriptionStatusFunctionName :
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ Resources:
142142 Parameters :
143143 StackName : !Ref AWS::StackName
144144 PrescriptionStatusUpdatesTableName : !GetAtt Tables.Outputs.PrescriptionStatusUpdatesTableName
145- PrescriptionNotificationStateTableName : !GetAtt Tables.Outputs.PrescriptionNotificationStateTableName
145+ # PrescriptionNotificationStateTableName: !GetAtt Tables.Outputs.PrescriptionNotificationStateTableName
146146 NHSNotifyPrescriptionsSQSQueueUrl : !GetAtt Messaging.Outputs.NHSNotifyPrescriptionsSQSQueueUrl
147147 EnabledSiteODSCodesParam : !GetAtt Parameters.Outputs.EnabledSiteODSCodesParameterName
148148 EnabledSystemsParam : !GetAtt Parameters.Outputs.EnabledSystemsParameterName
You can’t perform that action at this time.
0 commit comments