Documentation
¶
Overview ¶
deathstardeploy package contains neccassary functions required to orchestrate the attack by reading the conf file. This mostly includes:
- reading the conf file, figure out the lambda function configs and the alert configs.
- Create the lambda function
- Invoke the function to carry out the attack
- Clean up the created lambda function
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeathStarDeploy ¶
type DeathStarDeploy struct {
ZipFilePath string
ConfPath string
LocalZip bool
DeathLogger zerolog.Logger
// contains filtered or unexported fields
}
DeathStarDeploy holds various deploy related attributes and methods.
func (*DeathStarDeploy) Start ¶
func (deathStarDeploy *DeathStarDeploy) Start()
Start function is expected to start with the flow and carry it out till the end
Click to show internal directories.
Click to hide internal directories.