Description Usage Arguments Value
Create the AWS ECR tag for your image
1 2 3 4 5 6 | lam_ecr_image_tag_name(
aws_account_id,
aws_region,
aws_ecr_repository_name,
tag = "latest"
)
|
aws_account_id |
Your 12-digit AWS account id |
aws_region |
Your AWS region, e.g. |
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. |
A character vector
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.