Udacity-Data-Engineering-Projects
Udacity-Data-Engineering-Projects copied to clipboard
Few projects related to Data Engineering including Data Modeling, Infrastructure setup on cloud, Data Warehousing and Data Lake development.
Check if IAM role already exists and then skip creating a new one. ``` try: create_response = iam_client.create_role( Path='/', RoleName=role_name, Description=role_description, AssumeRolePolicyDocument = role_policy_document ) logger.debug(f"Got response from IAM client...
Hi, can you connect with the Sparkifydb???