We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a551de0 commit fbead68Copy full SHA for fbead68
v2/guide/serverless_example.adoc
@@ -10,6 +10,7 @@ include::attributes.txt[]
10
= Tutorial: Create a serverless Hello World application
11
:info_titleabbrev: Tutorial: Serverless Hello World application
12
:info_abstract: In this tutorial, you use the {aws} CDK to create a simple serverless Hello World application that implements a basic API backend.
13
+:tcx5-2025-waiver: 		 	 	 
14
15
[abstract]
16
--
@@ -1191,7 +1192,7 @@ Resources:
1191
1192
Effect: Allow
1193
Principal:
1194
Service: lambda.amazonaws.com
- Version: "2012-10-17"&TCX5-2025-waiver;
1195
+ Version: "2012-10-17"{tcx5-2025-waiver}
1196
ManagedPolicyArns:
1197
- Fn::Join:
1198
- ""
0 commit comments