When archives are uploaded to S3, we need to keep track of what platforms are available. We can easily do this with the current lambda function which parses the rest of the metadata.
<rdar://problem/42396841>
Created attachment 345375 [details] patch for review
Comment on attachment 345375 [details] patch for review looks good to me.
Attachment 345375 [details] did not pass style-queue: ERROR: Tools/WebKitArchiveSupport/lambda/register-archive-in-dynamodb.py:45: trailing whitespace [pep8/W291] [5] ERROR: Tools/WebKitArchiveSupport/lambda/register-archive-in-dynamodb.py:53: trailing whitespace [pep8/W291] [5] ERROR: Tools/WebKitArchiveSupport/lambda/register-minified-s3-archive-in-dynamodb.py:45: trailing whitespace [pep8/W291] [5] ERROR: Tools/WebKitArchiveSupport/lambda/register-minified-s3-archive-in-dynamodb.py:53: trailing whitespace [pep8/W291] [5] Total errors found: 4 in 3 files If any of these errors are false positives, please file a bug against check-webkit-style.
Created attachment 345376 [details] v2 patch to fix style errors.
Comment on attachment 345376 [details] v2 patch to fix style errors. rs=me
Committed revision 234016.
Comment on attachment 345376 [details] v2 patch to fix style errors. looks good to me.