Skip to content

Commit be6d673

Browse files
authored
LAMBJ-84 Example Stack Tags (#91)
1 parent 1a8bb91 commit be6d673

File tree

5 files changed

+42
-4
lines changed

5 files changed

+42
-4
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{}
1+
{
2+
"Tags": {
3+
"Name": "lambdajection-awsclientfactories",
4+
"Owner": "Cythral",
5+
"OwnerContact": "Talen Fisher",
6+
"Customer": "Cythral",
7+
"CustomerContact": "Talen Fisher"
8+
}
9+
}
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{}
1+
{
2+
"Tags": {
3+
"Name": "lambdajection-customconfiguration",
4+
"Owner": "Cythral",
5+
"OwnerContact": "Talen Fisher",
6+
"Customer": "Cythral",
7+
"CustomerContact": "Talen Fisher"
8+
}
9+
}
Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"Parameters": {
33
"Net5LayerVersion": "3"
4+
},
5+
"Tags": {
6+
"Name": "lambdajection-customruntime",
7+
"Owner": "Cythral",
8+
"OwnerContact": "Talen Fisher",
9+
"Customer": "Cythral",
10+
"CustomerContact": "Talen Fisher"
411
}
5-
}
12+
}
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
{}
1+
{
2+
"Tags": {
3+
"Name": "lambdajection-customserializer",
4+
"Owner": "Cythral",
5+
"OwnerContact": "Talen Fisher",
6+
"Customer": "Cythral",
7+
"CustomerContact": "Talen Fisher"
8+
}
9+
}

examples/EncryptedOptions/cloudformation.config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"Parameters": {
33
"Net5LayerVersion": "3",
44
"EncryptedValue": "AQICAHhIUP9wSo8526GK0EpgereFuvGyNnQqxZ6QyX0eg47x7gGIRymCOlsszKlmoEwdxhxYAAAAdTBzBgkqhkiG9w0BBwagZjBkAgEAMF8GCSqGSIb3DQEHATAeBglghkgBZQMEAS4wEQQMLyTV3PqW7spKORzPAgEQgDIce2Gxv2mRHEk58kZ/Jg5PnEHa9U5/VVb2snVrwbTnHBYnsD1oehv+uzO2+WKcDj8jrg=="
5+
},
6+
"Tags": {
7+
"Name": "lambdajection-encryptedoptions",
8+
"Owner": "Cythral",
9+
"OwnerContact": "Talen Fisher",
10+
"Customer": "Cythral",
11+
"CustomerContact": "Talen Fisher"
512
}
613
}

0 commit comments

Comments
 (0)