AWS Lambda
Compute

AWS Lambda Connector

Deploy, invoke, and manage serverless functions.

$pip install "toolsconnector[lambda]"
15
Actions
Compute
Category
Free
Apache 2.0

All 15 Actions

Action Description Parameters Returns
add_permissionAdd a permission to a function's resource policyfunction_name, statement_id  [action_name, principal, source_arn]dict
create_aliasCreate a function aliasfunction_name, name, function_version  [description]LambdaAlias
create_function ⚠Create a Lambda functionfunction_name  [runtime, role, handler, zip_file_base64, s3_bucket, s3_key, description, timeout, memory_size, environment, architectures]LambdaFunction
delete_function ⚠Delete a Lambda functionfunction_namedict
get_aliasGet a function aliasfunction_name, nameLambdaAlias
get_functionGet a Lambda functionfunction_nameLambdaFunction
get_function_configurationGet function configurationfunction_nameLambdaFunction
invokeInvoke a Lambda functionfunction_name  [payload, invocation_type, log_type]LambdaInvocationResult
list_aliasesList function aliasesfunction_namelist
list_functionsList Lambda functions[max_items]list
list_versions_by_functionList function versionsfunction_namelist
publish_versionPublish a function versionfunction_name  [description]LambdaFunctionVersion
remove_permissionRemove a permission from a function's resource policyfunction_name, statement_iddict
update_function_codeUpdate function codefunction_name  [s3_bucket, s3_key, zip_file_base64, architectures]LambdaFunction
update_function_configurationUpdate function configurationfunction_name  [runtime, handler, description, timeout, memory_size, environment, role]LambdaFunction
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing