Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // VersionString is the version of the CLI VersionString string = "No version provided" // ProfileFlag is the AWS crendentials profile passed in ProfileFlag string // CredentialsFile is a boolean for the credentials provider logic CredentialsFile bool // RegionFlag is the AWS Region to target for the execution RegionFlag string // Retain is the number of versions to retain excluding $LATEST Retain int8 // Verbose is to enable debug output Verbose bool // DryRun is to enable a preview of what an actual execution would do DryRun bool // LambdaListFile points a file that contains a listof Lambdas to delete LambdaListFile string )
View Source
var (
CustomeDeleteList []string
)
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.