-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathserverless.yml
35 lines (34 loc) · 850 Bytes
/
serverless.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# ERY: this is an attempt to get git env working and/or use git branch/repo names to isolate the s3 bucket name
#plugins:
# - serverless-plugin-git-variables
supportDocsTest:
component: "@sls-next/serverless-component"
runtime: "nodejs16.x"
inputs:
#bucketName: ${git:repository}-${git:branch}
tag:
{
service: "support-docs",
product: "shared",
cogs: "0",
team: "front-end",
role: "app",
environment: "tst",
}
bucketTags:
{
service: "support-docs",
product: "shared",
cogs: "0",
team: "front-end",
role: "app",
environment: "tst",
}
cloudfront:
tags:
service: "support-docs"
product: "shared"
cogs: "0"
team: "front-end"
role: "app"
environment: "tst"