amazon web services - Can I use a S3 bucket object as a push notification (Polling object) without any issues? -


background : due quick development have our servers in php , implementing services pusher , socket.io not option.

so, planning on using aws s3 bucket files , data content, update them , poll them , see if there new messages or not.

would know how many requests/second can s3 file or s3 bucket handle ?

you can make pretty many requests per second want, beware bill @ end of month charged per api call.

further more, depending on region using there may no "read after write consistency", make application unreliable.

bottom line: can it? yes. recommend it? considering use case: no.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -