I wonder if something like AWS Lambda could be applied to multiplayer games? It seems like game-loop based games would be a good domain for such a programming model. The entire game could be expressed as a function that turns tick N into tick N+1. Such a function would be composed of many other functions, of course. So for example, there would also be a function that took as an argument the player at time N and gave…
This was exactly the demo they gave and their AWS Dev Day in SF in July. Using Lambda and the IOT gateway to run a massively multiplayer game (they had everyone in the room play from the web via their phone).
Serverless Map/Reduce
31–40 of 161 posts
Re: Serverless Map/Reduce
#32Re: Serverless Map/Reduce
#33How does it compare to 3 years old Joyent's Manta ? AFAIK it was especially designed for this kind of purposes. The processing is made directly on the servers storing the data..
Re: Serverless Map/Reduce
#34Re: Serverless Map/Reduce
#35Re: Serverless Map/Reduce
#36Earlier quoted context omitted.
Some are, some aren't. For example, my experience has been that it's harder to get the 100 S3 bucket-per-account limit raised.
That used to be a hard technological limitation but they fixed it a few months back. You should be able to get more now (but you have to have a good justification for it).
Re: Serverless Map/Reduce
#37Re: Serverless Map/Reduce
#38If it doesn't run on a server, then what does this plumbing-work run on? Clickbait name?
Oh come on. Is it still not accepted that "serverless" is the colloquial name for AWS Lambda and comparable services? Stop trying to make "FaaS" happen. It's not going to happen.
Re: Serverless Map/Reduce
#39If it doesn't run on a server, then what does this plumbing-work run on? Clickbait name?
Oh come on. Is it still not accepted that "serverless" is the colloquial name for AWS Lambda and comparable services? Stop trying to make "FaaS" happen. It's not going to happen.
Re: Serverless Map/Reduce
#40Earlier quoted context omitted.
Yeah, most of the limits are there just to prevent "whoops, we fired up 500 $2/hour servers and left them running all month, can you refund us?" sort of newbie situations. Very few are technological and AWS has been happy to bump them up for me in each occasion I've had a need.
Some are, some aren't. For example, my experience has been that it's harder to get the 100 S3 bucket-per-account limit raised.