Sha256: 23ee122f0ecb6ac27348207bfa6f947c5f1e1ccca631e20f5cca5ab40d319b2b

Contents?: true

Size: 699 Bytes

Versions: 7

Compression:

Stored size: 699 Bytes

Contents

Using the AWS SDK for Ruby REPL
---

## 例
```bash
bin/console
Aws>s3 = Aws::S3::Client.new(region: 'ap-northeast-1a')
Aws>s3.list_buckets
```

## 注意
事前に`.env`にAWSクレデンシャルを設定しておく。

## 参照
+ [dotenv](https://github.com/bkeepers/dotenv)
+ [Rubyでシェルコマンドを実行する方法](https://www.xmisao.com/2014/03/01/how-to-execute-a-shell-script-in-ruby.html)
+ [AWS SDK for RubyでのAPI操作をインタラクティブに実行する](http://dev.classmethod.jp/cloud/aws/using-the-aws-sdk-for-ruby-from-repl/)
+ [Getting Started with the AWS SDK for Ruby](http://docs.aws.amazon.com/ja_jp/sdk-for-ruby/v2/developer-guide/getting-started.html)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
etude_for_aws-0.7.10 docs/ops/build_aws_sdk_repl.md
etude_for_aws-0.7.9 docs/ops/build_aws_sdk_repl.md
etude_for_aws-0.7.8 docs/ops/build_aws_sdk_repl.md
etude_for_aws-0.7.7 docs/ops/build_aws_sdk_repl.md
etude_for_aws-0.7.6 docs/ops/build_aws_sdk_repl.md
etude_for_aws-0.7.5 docs/ops/build_aws_sdk_repl.md
etude_for_aws-0.7.4 docs/ops/build_aws_sdk_repl.md