Skip to content

Instantly share code, notes, and snippets.

@horie1024
Created October 14, 2015 01:50
Show Gist options
  • Save horie1024/fab172761d32ca52afa0 to your computer and use it in GitHub Desktop.
Save horie1024/fab172761d32ca52afa0 to your computer and use it in GitHub Desktop.
require 'aws-sdk'
devicefarm = Aws::DeviceFarm::Client.new(
region: 'us-west-2',
credentials: Aws::Credentials.new("YOUR_ACCESS_KEY_ID", "YOUR_SECRET_ACCESS_KEY"),
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment