私はAWS CLIからAWSのSimpleDBのselect
コマンドを使用しようとしています。AWS SimpleDB CLI: 'select'コマンドの使い方は?
次のように必要な呼び出しは次のとおりです。として記述されているselect-expression
と select --select-expression <value>
は次のとおりです。--select-expression (string) The expression used to query the domain.
The select is supposed to be similar to the SQL
select statement、しかし私は、例えば、構文に関するエラーを得続ける:
aws sdb select --select-expression "select * from my-domain"
An error occurred (InvalidQueryExpression) when calling the Select operation: The specified query expression syntax is not valid.
使用する正しい構文についてのドキュメントや例が見つかりません。
余談:アマゾンのSimpleDBを効果的に廃止されました。 [あなたが見てどこ知っていればマニュアルを入手可能です]それはそれはまだ、実行している、まだあります(http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/Welcome.html)。ただし、長期的なソリューションをお探しの場合は、代わりにAmazon DynamoDBの使用を検討してください。 –