Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Infrastructure ¶
type Infrastructure struct {
// contains filtered or unexported fields
}
Infrastructure manages the resource creation and updates necessary to use Goad.
func New ¶
func New(regions []string, config *aws.Config) (*Infrastructure, error)
New creates the required infrastructure to run the load tests in Lambda functions.
func (*Infrastructure) Clean ¶
func (infra *Infrastructure) Clean()
Clean removes any AWS resources that cannot be reused for a subsequent test.
func (*Infrastructure) QueueURL ¶
func (infra *Infrastructure) QueueURL() string
QueueURL returns the URL of the SQS queue to use for the load test session.
Click to show internal directories.
Click to hide internal directories.