Module: MovableInk::AWS::Athena

Included in:
MovableInk::AWS
Defined in:
lib/movable_ink/aws/athena.rb

Instance Method Summary collapse

Instance Method Details

#athena(region: my_region) ⇒ Object



4
5
6
7
# File 'lib/movable_ink/aws/athena.rb', line 4

def athena(region: my_region)
  @athena_client ||= {}
  @athena_client[region] ||= Aws::Athena::Client.new(region: region)
end