开发者

How to resolve pyaws Missing parameter problem?

开发者 https://www.devze.com 2023-01-22 07:35 出处:网络
I am using pyAWS wrapper for Amazon Web services. I want to show amazon sea开发者_高级运维rch results on my web sites. For search I am using following codes.

I am using pyAWS wrapper for Amazon Web services. I want to show amazon sea开发者_高级运维rch results on my web sites. For search I am using following codes.

from pyaws import ecs
ecs.setLicenseKey('Your-AWS-License-Key')
books = ecs.ItemSearch('python', SearchIndex='Books')

But it gives an error: u'ingParameter'

0

精彩评论

暂无评论...
验证码 换一张
取 消