Skip to content

Commit c8aa1b7

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Resources:
55
Type: AWS::Serverless::Application
66
Properties:
77
Location: MyNestedApp/template.yaml
8-
MyOtherNestedApp:
8+
MyNestedApp2:
99
Type: AWS::Serverless::Application
1010
Properties:
1111
Location: MyNestedApp2/template.yaml

0 commit comments

Comments
 (0)