AWS for Games Blog

Tag: Mobile Game Development

Game Developers Guide to Getting Started with Amazon DynamoDB

  We all know that a database is an integral part of many games. But, as a game developer, you want to dedicate all your time and expertise to building great games, not engineering databases. I get it, I’d much rather worry about fixing collision volumes, getting my frame rate up or making the perfect […]

Large Match Support for Amazon GameLift – Available Now

Players expect multiplayer game sessions to be fast and full. But with the rise of Battle Royale games and other player-intensive games, ensuring a consistent matchmaking experience can be a challenge. Let’s be honest: the last thing your players want to fight is a matchmaking queue. That’s why today, we’re excited to introduce Large Match […]

How to integrate the AWS .NET SDK for games using C#

Following on from our first post, “Game developer’s guide to setting up the AWS SDK”, we’re now going to show you how to integrate the SDK using C#, the language used in major game engines like Unity. To help you get up and running even faster, we’ve created sample code that is available for you […]

Amazon GameLift Realtime Servers Now Available

  After being announced in preview at Game Developers Conference (GDC) 2019, Amazon GameLift Realtime Servers is now available to help game developers create and customize affordable game servers. Building a great multiplayer game experience oftentimes has barriers that deter game developers from building a multiplayer game. It can be time consuming and costly, and […]

Creating Servers for Multiplayer Mobile Games with Just a Few Lines of JavaScript

Multiplayer servers are hard Traditionally, developing a custom game server is a pretty arduous task. Putting a server together requires a lot of knowledge about networking systems, backend development and server operations. This can be tough on smaller teams who may not have the resources required to develop this type of system. And, when you […]