alias: Alias Management

Description Usage Arguments Details Value References See Also

Description

List, create, update, and delete function aliases

Usage

1
2
3
4
5
6
7
8
9

Arguments

name

A character string specifying the function name (either a full ARN or a max 64-character string). For functions other than create_function this can also be an object of class “aws_lambda_function”.

alias

A character string specifying a function alias

version

A character string specifying a function version to associate with this alias.

description

Optionally, a max 256-character description of the function for your own use.

...

Additional arguments passed to lambdaHTTP.

marker

A pagination marker from a previous request.

n

An integer specifying the number of results to return.

Details

create_function_alias creates a new function alias for a given version of a function. update_function_alias updates the association between a function alias and the function version. list_function_aliases lists all function aliases. get_function_alias retrieves a specific function alias. delete_function_alias deletes a function alias, but not the associated function version.

Value

An object of class “aws_lambda_function”.

References

API Reference: GetAlias API Reference: CreateAlias API Reference: UpdateAlias API Reference: DeleteAlias API Reference: ListAliases

See Also

create_function, list_functions


cloudyr/aws.lambda documentation built on May 7, 2020, 11:54 p.m.