We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f8aa9a commit 1502173Copy full SHA for 1502173
aws_lambda/project_templates/config.yaml
@@ -26,6 +26,13 @@ environment_variables:
26
env_1: foo
27
env_2: baz
28
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
+
36
# Build options
37
build:
38
source_directories: lib # a comma delimited list of directories in your project root that contains source to package.
0 commit comments