aws

package
v1.5.0 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package aws assembles CloudEmu's AWS-compatible HTTP server.

New returns a *server.Server preloaded with handlers for each driver provided. Pass nil for a driver to leave that service unexposed. Consumers that want a single service can skip this package and register the handler directly on their own server.Server.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(storage storagedriver.Bucket, database dbdriver.Database) *server.Server

New returns a server that speaks the AWS SDK wire protocols for the given drivers. Handlers are registered most-specific-first so dispatch is unambiguous.

Types

This section is empty.

Directories

Path Synopsis
Package dynamodb implements the DynamoDB JSON-RPC protocol as a server.Handler.
Package dynamodb implements the DynamoDB JSON-RPC protocol as a server.Handler.
Package s3 implements the S3 REST+XML protocol as a server.Handler.
Package s3 implements the S3 REST+XML protocol as a server.Handler.

Jump to

Keyboard shortcuts

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