aws-samples / aws-cudos-framework-deployment

Command Line Interface tool for Cloud Intelligence Dashboards deployment
https://catalog.workshops.aws/awscid
MIT No Attribution
382 stars 147 forks source link

Bugfix to handle empty datasetarns #640

Closed VoicuAWS closed 9 months ago

VoicuAWS commented 9 months ago

Issue #, if available: In some cases of older boto3 and botocore installed, boto3 1.12.46 botocore 1.15.46 dashboard.version.get('DataSetArns') can return a None value.

Description of changes: Handle the cases where dashboard.version.get('DataSetArns') returns a None value.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.