anonymous read with amazon simpledb

前端 未结 3 994
误落风尘
误落风尘 2020-12-19 16:23

I would like to query simpledb directly from the client using javascript. My application is read-heavy and I rather not route the request through my application server. Is i

3条回答
  •  轮回少年
    2020-12-19 17:03

    You would need to sign all requests with your server. I think that's what you mean anyway. You could still save some bandwidth.

    I'd say, as soon as a JavaScript client can authenticate itself, everyone could.

提交回复
热议问题