lam_ecr_image_tag_name: Create the AWS ECR tag for your image

Description Usage Arguments Value

View source: R/aws.R

Description

Create the AWS ECR tag for your image

Usage

1
2
3
4
5
6
lam_ecr_image_tag_name(
  aws_account_id,
  aws_region,
  aws_ecr_repository_name,
  tag = "latest"
)

Arguments

aws_account_id

Your 12-digit AWS account id

aws_region

Your AWS region, e.g. "ap-southeast-2"

aws_ecr_repository_name

Chosen name for your AWS ECR repository. It is recommended that this be the same as your app name.

tag

Optional image tag. If omited, "latest" will be used.

Value

A character vector


lewinfox/lambdar documentation built on Dec. 21, 2021, 10:43 a.m.