We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 900cadd commit 217e0ddCopy full SHA for 217e0dd
1 file changed
SAMtemplates/functions/main.yaml
@@ -444,8 +444,8 @@ Resources:
444
Variables:
445
LOG_LEVEL: !Ref LogLevel
446
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}}"
+ APP_NAME: !Sub "{{resolve:secretsmanager:secrets-PSU-Notify-Application-Name}}"
+ API_KEY: !Sub "{{resolve:secretsmanager:secrets-PSU-Notify-API-Key}}"
449
450
Metadata:
451
BuildMethod: esbuild
0 commit comments