def aws_calls(source_code): real_source_code = dedent(source_code) calls = analyzer.get_client_calls(real_source_code) return calls