get_function_name: Get name of Lambda function

Description Usage Arguments

View source: R/utils.R

Description

Extracts an AWS Lambda function's name

Usage

1
2
3
4
5
6
7
get_function_name(x, ...)

## S3 method for class 'character'
get_function_name(x, ...)

## S3 method for class 'aws_lambda_function'
get_function_name(x, ...)

Arguments

x

An object of class “aws_lambda_function”.

...

Additional arguments passed to methods


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