# 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(publish_function_version)
export(update_function)
export(update_function_alias)
export(update_function_code)
export(update_function_config)
importFrom(aws.signature,locate_credentials)
importFrom(aws.signature,signature_v4_auth)
importFrom(base64enc,base64encode)
importFrom(httr,DELETE)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,PUT)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,headers)
importFrom(httr,http_error)
importFrom(httr,stop_for_status)
importFrom(jsonlite,toJSON)
importFrom(utils,zip)
