Skip to content

Commit 9b230e2

Browse files
committed
Change second app name to not hit 64 char CF limit
1 parent cbbb2c5 commit 9b230e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Example Nested Application
22

3-
This is an example stack that includes a top-level application as well as two nested applications (MyNestedApp and MyOtherNestedApp). The root application has its own `template.yaml` configuration file, as does each nested application, and they are combined during the deployment process.
3+
This is an example stack that includes a top-level application as well as two nested applications (MyNestedApp and MyNestedApp2). The root application has its own `template.yaml` configuration file, as does each nested application, and they are combined during the deployment process.
44

55
Here is an overview of the files:
66

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Resources:
88
MyOtherNestedApp:
99
Type: AWS::Serverless::Application
1010
Properties:
11-
Location: MyOtherNestedApp/template.yaml
11+
Location: MyNestedApp2/template.yaml
1212
TopLevelApi:
1313
Type: AWS::Serverless::Api
1414
Properties:

0 commit comments

Comments
 (0)