File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -395,12 +395,16 @@ Resources:
395395 StackName : !Ref StackName
396396 LambdaName : !Sub ${StackName}-NHSNotifyLambda
397397 LambdaArn : !Sub arn:aws:lambda:${AWS::Region}:${AWS::AccountId}:function:${StackName}-NHSNotifyLambda
398- IncludeAdditionalPolicies : false
399398 LogRetentionInDays : !Ref LogRetentionInDays
400399 CloudWatchKMSKeyId : !ImportValue account-resources:CloudwatchLogsKmsKeyArn
401400 EnableSplunk : !Ref EnableSplunk
402401 SplunkSubscriptionFilterRole : !ImportValue lambda-resources:SplunkSubscriptionFilterRole
403402 SplunkDeliveryStreamArn : !ImportValue lambda-resources:SplunkDeliveryStream
403+ IncludeAdditionalPolicies : true
404+ AdditionalPolicies : !Join
405+ - " ,"
406+ - - Fn::ImportValue : !Sub ${StackName}-WriteNHSNotifyPrescriptionsSQSQueuePolicyArn
407+ - Fn::ImportValue : !Sub ${StackName}-ReadNHSNotifyPrescriptionsSQSQueuePolicyArn
404408
405409Outputs :
406410 UpdatePrescriptionStatusFunctionName :
You can’t perform that action at this time.
0 commit comments