Skip to content

Commit 72cb402

Browse files
authored
Fix: [AEA-0000] - use env var name rather than value (#2862)
## Summary - Routine Change ### Details - use env var name rather than value
1 parent 0bee14f commit 72cb402

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

SAMtemplates/functions/main.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,16 @@ Parameters:
9797
Type: String
9898

9999
TestPrescriptionsParamName1:
100-
Type: AWS::SSM::Parameter::Value<String>
100+
Type: String
101101

102102
TestPrescriptionsParamName2:
103-
Type: AWS::SSM::Parameter::Value<String>
103+
Type: String
104104

105105
TestPrescriptionsParamName3:
106-
Type: AWS::SSM::Parameter::Value<String>
106+
Type: String
107107

108108
TestPrescriptionsParamName4:
109-
Type: AWS::SSM::Parameter::Value<String>
109+
Type: String
110110

111111
Conditions:
112112
ShouldDeployCheckPrescriptionStatusUpdate: !Equals

0 commit comments

Comments
 (0)