AWS gameliftstreams documentation change
Summary
Updated setup instructions to emphasize Web SDK download and developer-focused configuration
Security assessment
Changes focus on developer workflow improvements and documentation structure. No security-related content added or modified beyond existing references to credentials management.
Diff
diff --git a/gameliftstreams/latest/developerguide/setting-up.md b/gameliftstreams/latest/developerguide/setting-up.md index 21409686b..a7a0de0ec 100644 --- a//gameliftstreams/latest/developerguide/setting-up.md +++ b//gameliftstreams/latest/developerguide/setting-up.md @@ -5 +5 @@ -Sign up for an AWS accountCreate a user with administrative accessGet programmatic accessGet Amazon GameLift Streams materialsDownload the AWS CLISet up billing alerts +Sign up for an AWS accountCreate a user with administrative accessGet programmatic accessDownload the Web SDKDownload the AWS CLISet up billing alerts @@ -7 +7 @@ Sign up for an AWS accountCreate a user with administrative accessGet programmat -# Setting up Amazon GameLift Streams +# Setting up Amazon GameLift Streams as a developer @@ -9 +9 @@ Sign up for an AWS accountCreate a user with administrative accessGet programmat -To start using the Amazon GameLift Streams service with your projects, complete these basic setup tasks. If you already have an AWS account and a user under that account that you want to use with Amazon GameLift Streams, you can skip these steps. +To start using the Amazon GameLift Streams service with your projects, complete these basic setup tasks. If you already have an AWS account and a user under that account that you want to use with Amazon GameLift Streams, you can skip to Download the Web SDK. @@ -23 +23 @@ After you've completed these setup tasks, we recommend that you go to [Starting - * Get Amazon GameLift Streams materials + * Download the Amazon GameLift Streams Web SDK @@ -118 +118 @@ As a best practice, use temporary credentials instead of long-term access keys. -## Get Amazon GameLift Streams materials +## Download the Amazon GameLift Streams Web SDK @@ -122,3 +122 @@ You can get started without any additional materials by using the in-console str -When you're ready to build your own Amazon GameLift Streams integration, you can download the Amazon GameLift Streams Web SDK, available in the Resources section of the [Getting Started product page](https://aws.amazon.com/gamelift/streams/getting-started/). This is the recommended starting point for developing your own Amazon GameLift Streams solution because it contains everything you need to get up and running quickly. It contains the JavaScript AWS SDK with Amazon GameLift Streams APIs, a sample web server that uses the Amazon GameLift Streams service, and a sample web client for connecting to streams. - -Then, set up the AWS CLI by completing the instructions in the next section. +When you're ready to build your own Amazon GameLift Streams integration, download the Amazon GameLift Streams Web SDK, available in the Resources section of the [Getting Started product page](https://aws.amazon.com/gamelift/streams/getting-started/). Amazon GameLift Streams is built to be integrated into your web applications. You will need to integrate our JavaScript-based Web SDK to setup streaming from your website or browser-based applications. The download also contains a sample web server that uses the Amazon GameLift Streams service, and a sample web client for connecting to streams.