types

package
v0.0.0-...-c09f523 Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2019 License: MIT-0 Imports: 2 Imported by: 0

Documentation

Overview

Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX-License-Identifier: MIT-0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CmdOptions

type CmdOptions struct {
	Image          string // Name of the container image
	Region         string // AWS region
	OutputDir      string // Output directory for the Lambda layers
	DryRun         bool   // Dry-run (will not register with Lambda)
	LayerNamespace string // Prefix for published Lambda layers
}

type LambdaLayer

type LambdaLayer struct {
	Digest string
	File   string
}

type PublishOptions

type PublishOptions struct {
	LambdaClient    lambdaiface.LambdaAPI
	LayerPrefix     string
	ResultsDir      string
	SourceImageName string
}

func ConvertToPublishOptions

func ConvertToPublishOptions(opts *CmdOptions) *PublishOptions

Jump to

Keyboard shortcuts

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