add_permission(client, function_name, principal, action, statement_id, opts) |
create_event_source_mapping(client, function_name, event_source_arn, starting_position, opts) |
create_function(client, function_name, handler, zipfile, opts) |
delete_event_source_mapping(client, source_mapping_uuid) |
delete_function(client, function_name) |
get_event_source_mapping(client, source_mapping_uuid) |
get_function(client, function_name) |
get_function_configuration(client, function_name) |
get_policy(client, function_name) |
invoke(client, function_name, payload, client_context, opts) |
invoke_async(client, function_name, args) |
list_event_source_mappings(client, function_name, event_source_arn, opts) |
list_functions(client, opts) |
remove_permission(client, function_name, statement_id) |
update_event_source_mapping(client, uuid, attrs_to_update) |
update_function_code(client, function_name, zipfile) |
update_function_configuration(client, function_name, configuration) |