I’ve been experimenting with Google App Engine for the past few months. It’s really easy to use, but it’s just so limited what you can do. Namely, I can’t use WebSockets or send Apple Push Notifications. Is DynamoDB the same way, that is I can’t run “custom” code with it? Will I be able to use WebSockets or say run an XMPP server on it? I’m not entirely sure how that works with DynamoDB.
I’ve been experimenting with Google App Engine for the past few months. It’s really
Share
Well, DynamoDB is only a (lean) database engine. It will store your data but won’t run anything beside queries. If you need a general purpose server, you can have a look at EC2.