You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO: Update with official AWS documentation when available
210
+
templateSectionDocsMap.set(
211
+
TopLevelSection.Constants,
212
+
[
213
+
'**Constants**',
214
+
'\n',
215
+
'---',
216
+
'The optional `Constants` section allows you to define reusable values that can be referenced throughout your template. Constants can be strings or objects and are referenced directly by their name in intrinsic functions like `Ref` and `Sub`.',
217
+
'\n',
218
+
'Constants are useful for defining values that are used multiple times in your template, making your templates more maintainable and reducing duplication.',
219
+
'\n',
220
+
'**Note:** This feature requires the `AWS::LanguageExtensions` transform.',
0 commit comments