# File lib/fog/aws/dynamodb.rb, line 40
        def initialize(options={})
          @use_iam_profile = options[:use_iam_profile]
          setup_credentials(options)
        end