AWS gameliftservers documentation change
Summary
Simplified game server wrapper documentation and removed redundant tutorial reference
Security assessment
Editorial changes with no security implications.
Diff
diff --git a/gameliftservers/latest/developerguide/getting-started-intro.md b/gameliftservers/latest/developerguide/getting-started-intro.md index d83b336f9..3dbcbe13e 100644 --- a//gameliftservers/latest/developerguide/getting-started-intro.md +++ b//gameliftservers/latest/developerguide/getting-started-intro.md @@ -28,3 +28 @@ Try out these quick start tools to get a basic hosting solution up and running f - * [Game server wrapper for Amazon GameLift Servers](https://github.com/amazon-gamelift/amazon-gamelift-servers-game-server-wrapper/) – This tool and the [onboarding tutorial](./gamelift-wrapper-tutorial.html) for it are the quickest and easiest ways to get your game server hosted and running game sessions with Amazon GameLift Servers with no code changes required. The game server wrapper Readme provides command line instructions for all types of fleets and the tutorial highlights using the console and a managed EC2 fleet type so you can get started right away. Follow the instructions to get set up for game session management and streamlined game server deployment. - -When you're ready to build a custom game hosting solution, switch to one of the custom development options with full integration with the server SDK for Amazon GameLift Servers. If your game doesn't need a custom hosting solution, you can continue to use the game server wrapper to deploy and host game servers in production. + * [Game server wrapper for Amazon GameLift Servers](https://github.com/amazon-gamelift/amazon-gamelift-servers-game-server-wrapper/) – This tool is the quickest and easiest way to get your game server hosted and running game sessions with Amazon GameLift Servers, with no changes to game code required. The game server wrapper offers basic game session management functionality and streamlined game server deployment. It's ideal for doing a hands-on evaluation of Amazon GameLift Servers using your own game project or a sample project. When you're ready to build a custom game hosting solution, switch to one of the custom development options with full integration with the server SDK for Amazon GameLift Servers. If your game doesn't need a custom hosting solution, you can continue to use the game server wrapper to deploy and host your game servers in production.