Skip to content

Commit 217e0dd

Browse files
committed
Why is aws trying to parse my string into a json
1 parent 900cadd commit 217e0dd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SAMtemplates/functions/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,8 +444,8 @@ Resources:
444444
Variables:
445445
LOG_LEVEL: !Ref LogLevel
446446
TABLE_NAME: !Ref PrescriptionNotificationStatesTableName
447-
APP_NAME: !Sub "{{resolve:secretsmanager:secrets-PSU-Notify-Application-Name:SecretString:AWSCURRENT}}"
448-
API_KEY: !Sub "{{resolve:secretsmanager:secrets-PSU-Notify-API-Key:SecretString:AWSCURRENT}}"
447+
APP_NAME: !Sub "{{resolve:secretsmanager:secrets-PSU-Notify-Application-Name}}"
448+
API_KEY: !Sub "{{resolve:secretsmanager:secrets-PSU-Notify-API-Key}}"
449449

450450
Metadata:
451451
BuildMethod: esbuild

0 commit comments

Comments
 (0)