aws-generic-params | Shared params for AWS cli functions |
build_config | Build a _lambdar.yml file |
build_dockerfile | Create a Dockerfile |
build_image | Build a container image from a config file |
build-lists | Convert a vector into text |
clean | Remove all the lambdar-related files and directories from a... |
get_handler_from_block | Extract handler functions from a 'roxy_block' |
get_os | What operating system are we on? |
init | Use lambdar with your project |
in_project | Are we in a project-y environment? |
lam_aws_get_account_id | Attempt to get our AWS account ID |
lambdar-api | Lambdar API responses |
lambdar_config_from_file | Create a new lambdar config object by reading the config file |
lam_build_env_list | Create a space-separated list of environment variables |
lam_docker_image_exists | Check whether an image with the specified name exists on the... |
lam_ecr_create_repo_if_not_exists | Create an ECR repository if it doesn't already exist |
lam_ecr_image_tag_name | Create the AWS ECR tag for your image |
lam_ecr_repo_url | Generate an ECR repo URL |
lam_ecr_tag_image_for_upload | Tag an image in preparation for upload to AWS Lambda |
lam_ecr_upload_image | Upload an image to ECR |
lam_function_exists_in_file | Check that a file contains a function |
lam_get_project_dependencies | Detect R package dependencies in code |
lam_has_aws_cli | Do we have the AWS cli installed? |
lam_has_docker | Do we have docker installed? |
lam_parse_file_handlers | Parse files containing @lambda tags into AWS Lambda handler... |
lam_parse_project_handlers | Search project files for @lambda tags |
lam_proj_path | Path utilities |
lam_roxy_block_has_lambda_tag | Does a parsed roxygen block contain a @lambda tag? |
lam_run_system_command | Invoke a system command and check to see if it was successful |
lam_r_version | Get the current R version |
lam_scan_project | Scan the project folder for handlers and package dependencies |
read_config | Read a YAML file and return a config object |
relish | Tidy file paths by removing instances of 'dir' from 'x'. |
upload_to_ecr | Upload your container image to the Elastic Container Registry |
using_lambdar | Have we got everything we need? |
write_config | Take a config object, format its contents and write the... |
write_dockerfile | Take a config object, format its contents and write the... |
write_dockerignore | Write a '.dockerignore' file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.