💾 Archived View for freeshell.de › tldr › aws-lambda.gmi captured on 2023-01-29 at 04:22:29. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
CLI for AWS lambda.
aws lambda invoke --function-name {name} {path/to/response}.json
aws lambda invoke --function-name {name} --payload {json} {path/to/response}.json
aws lambda list-functions
aws lambda get-function-configuration --function-name {name}
aws lambda list-aliases --function-name {name}
aws lambda get-function-concurrency --function-name {name}
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).