package
0.50.2
Repository: https://github.com/pipe-cd/pipecd.git
Documentation: pkg.go.dev

# Functions

DecideRevisionName returns revision name to apply.
DefaultRegistry returns a pool of aws clients and a mutex associated with it.
No description provided by the author
FindArtifactVersions parses artifact versions from function.yaml.
FindImageTag parses image tag from given LambdaFunction manifest.
LoadFunctionManifest returns FunctionManifest object from a given Function config manifest file.
MakeFunctionResourceState creates LambdaResourceState of a Function.

# Constants

No description provided by the author
The application this resource belongs to.
Hash value of the deployed commit.
Always be piped.
The id of piped handling this application.
No description provided by the author
RequestRetryTime represents the number of times calling to AWS resource control.
RetryIntervalDuration represents duration time between retry.
TrafficPrimaryVersionKeyName represents the key points to primary version config on traffic routing map.
TrafficSecondaryVersionKeyName represents the key points to primary version config on traffic routing map.
No description provided by the author

# Variables

ErrNotFound lambda resource occurred.

# Structs

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FunctionManifestSpec contains configuration for LambdaFunction.
No description provided by the author
VersionTraffic presents the version, and the percent of traffic that's routed to it.
No description provided by the author

# Interfaces

Client is wrapper of AWS client.
Registry holds a pool of aws client wrappers.

# Type aliases

RoutingTrafficConfig presents a map of primary and secondary version traffic for lambda function alias.
TrafficConfigKeyName represents key for lambda service config map.