Skip to content

Commit

Permalink
Update to version v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eggoynes committed Jan 24, 2022
1 parent ff4a60b commit 35cdc1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/constructs/lib/live-streaming.ts
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ export class LiveStreaming extends cdk.Stack {
handler: 'index.handler',
description: 'CFN Custom resource to copy assets to S3 and get the MediaConvert endpoint',
environment: {
SOLUTION_IDENTIFIER: 'AwsSolution/SO0109/v2.0.0'
SOLUTION_IDENTIFIER: 'AwsSolution/SO0109/%%VERSION%%'
},
code: lambda.Code.fromAsset('../custom-resource'),
timeout: cdk.Duration.seconds(30),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ Object {
"Description": "CFN Custom resource to copy assets to S3 and get the MediaConvert endpoint",
"Environment": Object {
"Variables": Object {
"SOLUTION_IDENTIFIER": "AwsSolution/SO0109/v2.0.0",
"SOLUTION_IDENTIFIER": "AwsSolution/SO0109/%%VERSION%%",
},
},
"Handler": "index.handler",
Expand Down

0 comments on commit 35cdc1f

Please sign in to comment.