We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b254ba commit 7b162caCopy full SHA for 7b162ca
SAMtemplates/functions/main.yaml
@@ -12,6 +12,7 @@ Globals:
12
Runtime: nodejs20.x
13
Environment:
14
Variables:
15
+ STACK_NAME: !Ref StackName
16
NODE_OPTIONS: "--enable-source-maps"
17
TargetSpineServer: !Ref TargetSpineServer
18
TargetServiceSearchServer: !Ref TargetServiceSearchServer
SAMtemplates/main_template.yaml
@@ -148,9 +148,6 @@ Resources:
148
Type: AWS::Serverless::Application
149
Properties:
150
Location: functions/main.yaml
151
- Environment:
152
- Variables:
153
- STACK_NAME: !Ref StackName
154
Parameters:
155
StackName: !Ref AWS::StackName
156
Env: !Ref Env
0 commit comments