0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

aws-sdk-ruby v2で非同期リクエスト送りたい(サポートされていません)

Last updated at Posted at 2015-12-09

v2はこんなかんじでSeaHorse::Client::Request取り出せるけど そこから send_request するしかなくてどうしようもなかった。

  dynamodb = Aws::DynamoDB::Client.new(config)
  req = dynamodb.build_request :query, params
  resp = req.send_request()

v1だとできる。 aws-sdk-rubyでバックエンドに非同期リクエストする - Qiita

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?