Skip to content

Commit

Permalink
fix: update Deadline version to 10.2 in the SEP example (#1021)
Browse files Browse the repository at this point in the history
Also remove a config validation that wasn't providing value
  • Loading branch information
joel-wong-aws authored Mar 28, 2023
1 parent f6494a6 commit d5b8c62
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions examples/deadline/All-In-AWS-Infrastructure-SEP/ts/bin/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,6 @@ import * as cdk from 'aws-cdk-lib';
import { SEPStack } from '../lib/sep-stack';
import { config } from './config';

// ------------------------------ //
// --- Validate Config Values --- //
// ------------------------------ //

if (config.deadlineClientLinuxAmiMap === {['region']: 'ami-id'}) {
throw new Error('Deadline Client Linux AMI map is required but was not specified.');
}

// ------------------- //
// --- Application --- //
// ------------------- //
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"app": "bin/app.js"
},
"config": {
"deadline_ver": "10.1",
"deadline_ver": "10.2",
"stage_path": "stage"
},
"scripts": {
Expand Down

0 comments on commit d5b8c62

Please sign in to comment.