-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

aws lambda


> CLI for AWS lambda.

More information.


Run a function:

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

List functions:

aws lambda list-functions

Display the configuration of a function:

aws lambda get-function-configuration --function-name {name}

List function aliases:

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).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:42:46 2024