aws-appstream-client

module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 4, 2021 License: MIT

README

AWS-AppStream-Client

Package that uses the AWS AppStream 2.0 API for managing AppStream sessions.

Commands

List active AppStream Sessions with this command, executed from the root of the repo.

AWS_REGION=eu-west-1 AWS_ACCESS_KEY_ID=<aws keyid> AWS_SECRET_ACCESS_KEY=<aws access key> go run ./cmd sessions --stack-name <stack> --fleet-name <fleet> | zap-pretty

In this example, zap-pretty is used to pretty format the output.

For authentication, environment variables are used as described here. The credentials can also be provided with a combination of AWS_PROFILE and a credentials file at ~/.awc/credentials.

Directories

Path Synopsis
cmd
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL