aws

package
v1.1.1 Latest Latest
Warning

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

Go to latest
Published: Mar 19, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Overview

Package aws provides AWS mock provider factories.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Provider

type Provider struct {
	S3         *s3.Mock
	EC2        *ec2.Mock
	DynamoDB   *dynamodb.Mock
	Lambda     *lambda.Mock
	VPC        *vpc.Mock
	CloudWatch *cloudwatch.Mock
	IAM        *awsiam.Mock
	Route53    *route53.Mock
	ELB        *elb.Mock
	SQS        *sqs.Mock
}

Provider holds all AWS mock services.

func New

func New(opts ...config.Option) *Provider

New creates a new AWS provider with all mock services.

Directories

Path Synopsis
Package awsiam provides an in-memory mock implementation of AWS IAM.
Package awsiam provides an in-memory mock implementation of AWS IAM.
Package cloudwatch provides an in-memory mock implementation of AWS CloudWatch.
Package cloudwatch provides an in-memory mock implementation of AWS CloudWatch.
Package elb provides an in-memory mock implementation of AWS Elastic Load Balancing.
Package elb provides an in-memory mock implementation of AWS Elastic Load Balancing.
Package route53 provides an in-memory mock implementation of AWS Route 53.
Package route53 provides an in-memory mock implementation of AWS Route 53.
Package sqs provides an in-memory mock implementation of AWS Simple Queue Service.
Package sqs provides an in-memory mock implementation of AWS Simple Queue Service.
Package vpc provides an in-memory mock implementation of AWS VPC networking.
Package vpc provides an in-memory mock implementation of AWS VPC networking.

Jump to

Keyboard shortcuts

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