Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
Build artifacts for release v0.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
JimTharioAmazon committed Mar 8, 2019
1 parent 1881311 commit 72b5012
Show file tree
Hide file tree
Showing 16 changed files with 1,090 additions and 1,131 deletions.
2 changes: 1 addition & 1 deletion api/events/msam-events-release.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"Description": "MSAM Lambda for handling CloudWatch event notifications",
"Runtime": "python3.6",
"CodeUri": {
"Key": "msam/f78d9d55e44f404634fb5a436d4aefbf",
"Key": "msam/6a46b3bf1b49557e874dd82b3f25697d",
"Bucket": {
"Fn::Sub": "rodeolabz-${AWS::Region}"
}
Expand Down
2 changes: 1 addition & 1 deletion api/events/msam-events.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"Handler": "lambda_function.lambda_handler",
"Description": "MSAM Lambda for handling CloudWatch event notifications",
"Runtime": "python3.6",
"CodeUri": "s3://rodeolabz-us-west-2/msam/259d07e257cbd8b7e04482d0169e1c54",
"CodeUri": "s3://rodeolabz-us-west-2/msam/6a46b3bf1b49557e874dd82b3f25697d",
"MemorySize": 2560,
"Timeout": 60,
"Policies": [
Expand Down
59 changes: 49 additions & 10 deletions api/msam/build/msam-core-release.json

Large diffs are not rendered by default.

1,965 changes: 923 additions & 1,042 deletions api/msam/build/msam-core.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions api/msam/build/sam.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
"Handler": "app.incoming_cloudwatch_alarm",
"CodeUri": "./deployment.zip",
"Tags": {
"aws-chalice": "version=1.6.2:stage=dev:app=msam"
"aws-chalice": "version=1.7.0:stage=dev:app=msam"
},
"Timeout": 300,
"MemorySize": 2560,
Expand Down Expand Up @@ -385,7 +385,7 @@
"Handler": "app.update_nodes",
"CodeUri": "./deployment.zip",
"Tags": {
"aws-chalice": "version=1.6.2:stage=dev:app=msam"
"aws-chalice": "version=1.7.0:stage=dev:app=msam"
},
"Timeout": 300,
"MemorySize": 2560,
Expand Down Expand Up @@ -584,7 +584,7 @@
"Handler": "app.update_connections",
"CodeUri": "./deployment.zip",
"Tags": {
"aws-chalice": "version=1.6.2:stage=dev:app=msam"
"aws-chalice": "version=1.7.0:stage=dev:app=msam"
},
"Timeout": 300,
"MemorySize": 2560,
Expand Down Expand Up @@ -783,7 +783,7 @@
"Handler": "app.update_alarms",
"CodeUri": "./deployment.zip",
"Tags": {
"aws-chalice": "version=1.6.2:stage=dev:app=msam"
"aws-chalice": "version=1.7.0:stage=dev:app=msam"
},
"Timeout": 300,
"MemorySize": 2560,
Expand Down Expand Up @@ -3164,7 +3164,7 @@
"Handler": "app.app",
"CodeUri": "./deployment.zip",
"Tags": {
"aws-chalice": "version=1.6.2:stage=dev:app=msam"
"aws-chalice": "version=1.7.0:stage=dev:app=msam"
},
"Timeout": 300,
"MemorySize": 2560,
Expand Down
6 changes: 3 additions & 3 deletions api/msam/chalicelib/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,16 +431,16 @@ def mediaconnect_flow_medialive_input_ddb_items():
match_found = False
# check for MediaLiveInputArn first
try:
if(flow_output["MediaLiveInputArn"]):
if flow_output["MediaLiveInputArn"]:
config = {"from": flow_data["FlowArn"], "to": flow_output["MediaLiveInputArn"], "scheme": "MEDIACONNECT"}
items.append(connection_to_ddb_item(flow_data["FlowArn"], flow_output["MediaLiveInputArn"], connection_type, config))
items.append(connection_to_ddb_item(flow_data["FlowArn"], flow_output["MediaLiveInputArn"], connection_type, config))
# if that didn't work, then check for IPs (Destination)
except KeyError as error:
# for each output, look for the matching MediaLive input
medialive_in_cached = cache.cached_by_service("medialive-input")
# iterate over all medialive inputs
for ml_input in medialive_in_cached:
if (not match_found):
if not match_found:
ml_input_data = json.loads(ml_input["data"])
# there are 2 ip addresses in ml_input
for destination in ml_input_data["Destinations"]:
Expand Down
Binary file modified api/msam/db/dynamodb_resource.zip
Binary file not shown.
14 changes: 7 additions & 7 deletions dist/hosted.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-web-1550279441.zip
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-browser-app-release-1550279441.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/webcontent_resource_1550279441.zip
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/dynamodb_resource_1550279441.zip
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-events-release-1552073664.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-core-release-1552073664.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-events-release.json
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-dynamodb-release-1550279441.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-web-1552073664.zip
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-core-release.json
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-dynamodb-release-1552073664.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-dynamodb-release.json
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-events-release-1550279441.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-browser-app-release-1552073664.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-browser-app-release.json
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/msam-core-release-1550279441.template
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/webcontent_resource_1552073664.zip
https://rodeolabz-us-west-2.s3.amazonaws.com/msam/dynamodb_resource_1552073664.zip
22 changes: 11 additions & 11 deletions dist/md5.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
49b14250ddc7e0787ca5d4e301ea244e dynamodb_resource_1550279441.zip
04257e74765e46aef3531c928b760727 msam-browser-app-release-1550279441.template
04257e74765e46aef3531c928b760727 msam-browser-app-release.json
938d749419f57be9fb1a795a89cde033 msam-core-release-1550279441.template
938d749419f57be9fb1a795a89cde033 msam-core-release.json
bc5390e1e580bf91662c2eb5700efea1 msam-dynamodb-release-1550279441.template
bc5390e1e580bf91662c2eb5700efea1 msam-dynamodb-release.json
c2e7176a696884f4b7bed5b18a4f424f msam-events-release-1550279441.template
c2e7176a696884f4b7bed5b18a4f424f msam-events-release.json
ba9ded05c2ee3c893d87d07e8488607c msam-web-1550279441.zip
df92bcbcc8c335f9b2c1e0d753e25ed9 webcontent_resource_1550279441.zip
a46b020c1c981874e255f27eae667a47 dynamodb_resource_1552073664.zip
eae32b602b7522bf77773f6960f6691c msam-browser-app-release-1552073664.template
eae32b602b7522bf77773f6960f6691c msam-browser-app-release.json
3766f40b8da8bcbe099da3fe998c9ce0 msam-core-release-1552073664.template
3766f40b8da8bcbe099da3fe998c9ce0 msam-core-release.json
612afa9cde785126d8d4e75737f8e09a msam-dynamodb-release-1552073664.template
612afa9cde785126d8d4e75737f8e09a msam-dynamodb-release.json
a539d31e8d6d897444eb9406d616120a msam-events-release-1552073664.template
a539d31e8d6d897444eb9406d616120a msam-events-release.json
7447c842d67f911752913159506d23c4 msam-web-1552073664.zip
d4bb44e4b92bd451644cba00cb7c6fad webcontent_resource_1552073664.zip
12 changes: 6 additions & 6 deletions dist/msam-browser-app-release.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"AWSTemplateFormatVersion": "2010-09-09",
"Description": "Media Services Application Mapper (MSAM) browser application (ID: 1550279441)",
"Description": "Media Services Application Mapper (MSAM) browser application (ID: 1552073664)",
"Resources": {
"MSAMBrowserAppBucket": {
"Type": "AWS::S3::Bucket",
Expand Down Expand Up @@ -43,12 +43,12 @@
]
]
},
"S3Key": "msam/webcontent_resource_1550279441.zip"
"S3Key": "msam/webcontent_resource_1552073664.zip"
},
"Environment": {
"Variables": {
"BUILD_STAMP": "1550279441",
"ZIP_DIGEST": "ad05168a38307ceb1370a51cf8b0208ee2099342"
"BUILD_STAMP": "1552073664",
"ZIP_DIGEST": "51185a054212117c6b98d8b46607d0b9023ef085"
}
},
"Handler": "lambda_function.lambda_handler",
Expand Down Expand Up @@ -79,8 +79,8 @@
"StackName": {
"Ref": "AWS::StackName"
},
"BUILD_STAMP": "1550279441",
"ZIP_DIGEST": "ad05168a38307ceb1370a51cf8b0208ee2099342"
"BUILD_STAMP": "1552073664",
"ZIP_DIGEST": "51185a054212117c6b98d8b46607d0b9023ef085"
}
}
},
Expand Down
Loading

0 comments on commit 72b5012

Please sign in to comment.