AWS for Games Blog
Category: Serverless
How to build online multiplayer games using Amazon GameLift, AWS Serverless, and C++
Online multiplayer games have a long list of requirements to provide the best possible experience for players: game clients need identities that can securely access the game backend, backend services are required to host functionalities like matchmaking and player data, and you need a scalable way to host game sessions. In this post you’ll learn […]
Game Server Hosting on AWS Fargate
AWS offers various options for hosting session-based games. Whether you’d like to leverage a managed service like Amazon GameLift, build your own solution using Amazon EC2, or use a container service such as Amazon Elastic Kubernetes Service (EKS) or Amazon Elastic Container Service (ECS), AWS provides secure, resizable capacity to operate your game with low […]
Using machine learning to understand a user community
This guest post is authored by Alexander Gee, co-founder of Oterlu AI. For two years I led a Child Safety team at Google in Silicon Valley that worked hard to keep children safe when using different online services. Over my career I have built up experience and know-how using technology to tackle everything from hate […]
New getting started project: Inventory System for Games with Amazon Aurora Serverless
Many games these days have an inventory of some sort. Whether it’s an MMORPG where your character maintains an inventory of weapons, armor and other equipment picked up while adventuring, or a casual match three where the player collects power ups and coins. Believe it or not, even in such different games, the requirements for […]