# Generated by roxygen2: do not edit by hand

S3method(get_function_name,aws_lambda_function)
S3method(get_function_name,character)
export(create_function)
export(create_function_alias)
export(delete_function)
export(delete_function_alias)
export(get_function)
export(get_function_alias)
export(get_function_name)
export(get_function_policy)
export(get_lambda_account)
export(invoke_function)
export(lambdaHTTP)
export(list_function_aliases)
export(list_function_versions)
export(list_functions)
export(make_function_version)
export(update_function)
export(update_function_alias)
import(httr)
importFrom(aws.signature,signature_v4_auth)
importFrom(base64enc,base64encode)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(utils,str)
importFrom(utils,zip)
