package
0.0.0-20201022224356-b09f34314768
Repository: https://github.com/travmatth-org/qaas.git
Documentation: pkg.go.dev

# Functions

New constructs and returns an api client for client communications.
WithDynamoDBService initializes the aws dynamodb agent.
WithEC2 inits EC2 client if production.
WithPaginationLimit inserts the given pagination limit into DB.
WithSession inserts a given session into API.
WithTables inserts the name of the tables into DB.
WithXray inits XRay tracing if production.

# Variables

AWSConsumedCapacityIndex specifies DynamoDB return aggregate RCU usage.
AWSItemCollection specifies the metric types returned.
DBRoleARN specifies the IAM Role to assume.

# Structs

API manages client connections with outside services.
PutInput represents the input of the Put handler.

# Type aliases

Opts is the type signature for optional functions modifying API.
PutOpt represents the configuration for PutInput.