Synopsis
Skip
--function-names and --function-names-regex to report all functions in a given AWS account. Or use --exclude and/or --exclude-regex to report all functions excluding some.
To authenticate to AWS, you can either:
- provide the AWS static credentials via flags or by exporting the equivalent KOSLI env vars (e.g. KOSLI_AWS_KEY_ID)
- export the AWS env vars (e.g. AWS_ACCESS_KEY_ID).
- Use a shared config/credentials file under the $HOME/.aws
Flags
Flags inherited from parent commands
Examples Use Cases
These examples all assume that the flags--api-token, --org, --host, (and --flow, --trail when required), are set/provided.
report all Lambda functions running in an AWS account (AWS auth provided in env variables)
report all Lambda functions running in an AWS account (AWS auth provided in env variables)
report all (excluding some) Lambda functions running in an AWS account (AWS auth provided in env variables)
report all (excluding some) Lambda functions running in an AWS account (AWS auth provided in env variables)
report what is running in the latest version of an AWS Lambda function (AWS auth provided in env variables)
report what is running in the latest version of an AWS Lambda function (AWS auth provided in env variables)
report what is running in the latest version of AWS Lambda functions that match a name regex
report what is running in the latest version of AWS Lambda functions that match a name regex
report what is running in the latest version of multiple AWS Lambda functions (AWS auth provided in env variables)
report what is running in the latest version of multiple AWS Lambda functions (AWS auth provided in env variables)
report what is running in the latest version of an AWS Lambda function (AWS auth provided in flags)
report what is running in the latest version of an AWS Lambda function (AWS auth provided in flags)