Skip to content

Commit 1502173

Browse files
author
Scot Kronenfeld
committed
Updating template to include example for tags.
1 parent 2f8aa9a commit 1502173

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

aws_lambda/project_templates/config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ environment_variables:
2626
env_1: foo
2727
env_2: baz
2828

29+
# If `tags` is uncommented then tags will be set at creation or update
30+
# time. During an update all other tags will be removed except the tags
31+
# listed here.
32+
#tags:
33+
# tag_1: foo
34+
# tag_2: bar
35+
2936
# Build options
3037
build:
3138
source_directories: lib # a comma delimited list of directories in your project root that contains source to package.

0 commit comments

Comments
 (0)