Skip to content

Commit

Permalink
Set path to source code on s3 bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Jun 11, 2024
1 parent 5688303 commit ee64893
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Resources:
MemorySize: 256
Runtime: nodejs20.x
Timeout: 60
CodeUri: !Join [ '', [ 's3://', !ImportValue coderunner-S3BucketName, '/coderunner-latest.zip' ] ]
VpcConfig:
SecurityGroupIds: !Split [ ',', !ImportValue coderunner-SecurityGroupIds ]
SubnetIds: !Split [ ',', !ImportValue coderunner-SubnetIds ]
Expand Down

0 comments on commit ee64893

Please sign in to comment.