Skip to content

Instantly share code, notes, and snippets.

@lsegal
Forked from mdub/aws-repl.rb
Last active December 6, 2018 16:59
Show Gist options
  • Save lsegal/5681466 to your computer and use it in GitHub Desktop.
Save lsegal/5681466 to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
require 'aws-sdk'
require 'pry'
Pry.config.prompt = [proc { "AWS> " }, proc { "AWS| " }]
AWS.pry
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment