internal

package
v2.0.20 Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2026 License: MIT Imports: 6 Imported by: 0

Documentation

Overview

Package internal contains input file parsing helpers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateLambdaDeleteList

func GenerateLambdaDeleteList(filePath string) ([]string, error)

GenerateLambdaDeleteList is a function that takes a file path as input and returns a list of Lambdas to be deleted.

Types

type CustomDeleteListJSON added in v2.0.20

type CustomDeleteListJSON struct {
	Lambdas []string `json:"lambdas"`
}

CustomDeleteListJSON is the JSON-based lambda deletion input schema.

type CustomDeleteListYAML added in v2.0.20

type CustomDeleteListYAML struct {
	Lambdas []string `yaml:"lambdas"`
}

CustomDeleteListYAML is the YAML-based lambda deletion input schema.

Jump to

Keyboard shortcuts

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