aws lambda
CLI for AWS lambda.
aws lambda invoke --function-name {name} {path/to/response}.json
- Run a function with an input payload in JSON format:
aws lambda invoke --function-name {name} --payload {json} {path/to/response}.json
aws lambda list-functions
- Display the configuration of a function:
aws lambda get-function-configuration --function-name {name}
aws lambda list-aliases --function-name {name}
- Display the reserved concurrency configuration for a function:
aws lambda get-function-concurrency --function-name {name}
- List which AWS services can invoke the function:
aws lambda get-policy --function-name {name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).