2015-03-01から1ヶ月間の記事一覧

boto3 で 検索 習作

#!/bin/env python # -*- coding: utf-8 -*- # クラウドサーチで検索してみる習作 # boto3 編 import boto3 cloudsearchdomain = boto3.client('cloudsearchdomain', endpoint_url='http://search-hogehoge.ap-northeast-1.cloudsearch.amazonaws.com') resu…

AWS CLI (コマンドラインツール) から 検索しようとしてエラーになった時にやったこと メモ

AWS の CLI を使って、検索リクエストを送信しようとしたら % aws cloudsearchdomain --endpoint-url http://search-movies-y6gelr4lv3jeu4rvoelunxsl2e.us-east-1.cloudsearch.amazonaws.com search --search-query wolverine --return _no_fields 以下のエ…