We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 919facf commit 768ceb2Copy full SHA for 768ceb2
1 file changed
SAMtemplates/functions/main.yaml
@@ -444,8 +444,11 @@ Resources:
444
Variables:
445
LOG_LEVEL: !Ref LogLevel
446
TABLE_NAME: !Ref PrescriptionNotificationStatesTableName
447
- APP_NAME: !ImportValue secrets:PSUNotifyCallbackAppName
448
- API_KEY: !ImportValue secrets:PSUNotifyCallbackApiKey
+ Secrets:
+ APP_NAME:
449
+ ValueFrom: !ImportValue secrets:PSUNotifyCallbackAppName
450
+ API_KEY:
451
+ ValueFrom: !ImportValue secrets:PSUNotifyCallbackApiKey
452
Metadata:
453
BuildMethod: esbuild
454
guard:
0 commit comments