Skip to content

Commit

Permalink
Fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 12, 2024
1 parent d5552a5 commit ebba116
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Resources:
Runtime: nodejs20.x
Timeout: 60
CodeUri:
Bucket: coderunner-codebase
Bucket: !ImportValue coderunner-CodeBaseBucketName
Key: coderunner-latest.zip
VpcConfig:
SecurityGroupIds: !Split [ ',', !ImportValue coderunner-SecurityGroupIds ]
Expand All @@ -55,7 +55,7 @@ Resources:
Environment:
Variables:
NODE_ENV: production
CODERUNNER_FUNCTION: !Ref
CODERUNNER_FUNCTION: !Ref CodeRunnerFunction
DB_HOST: !Join [ ':', [ !ImportValue coderunner-DbHost, !ImportValue coderunner-DbPort ] ]
DB_SECRET: !ImportValue coderunner-DbCredentials
Events:
Expand Down

0 comments on commit ebba116

Please sign in to comment.