Skip to content

Commit 0a1451a

Browse files
committed
Remove reserved AWS region env var
1 parent 80ece43 commit 0a1451a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

template.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ Resources:
9494
AGENT_VOICE_ID: !Ref AgentVoiceIdParam
9595
AUDIO_BUCKET: !Ref AudioBucketName
9696
VERBOSE: "1"
97-
AWS_REGION: !Ref AWS::Region
9897
Policies:
9998
- DynamoDBCrudPolicy:
10099
TableName: !Ref AgentStateTable
@@ -136,7 +135,6 @@ Resources:
136135
AGENT_STATE_TABLE: !Ref AgentStateTable
137136
AGENT_ID: !Ref AgentIdParam
138137
VERBOSE: "1"
139-
AWS_REGION: !Ref AWS::Region
140138
Policies:
141139
- DynamoDBCrudPolicy:
142140
TableName: !Ref AgentStateTable

0 commit comments

Comments
 (0)