We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f2297d commit f5a4f8dCopy full SHA for f5a4f8d
1 file changed
packages/cdkConstructs/src/constructs/RestApiGateway/templates/stateMachineRequest.ts
@@ -3,7 +3,7 @@
3
* @returns API Gateway request mapping template for StartExecution payloads.
4
*/
5
export const stateMachineRequestTemplate = (stateMachineArn: string) => {
6
- return `## Velocity Template used for API Gateway request mapping template
+ return `## Velocity Template used for API Gateway request mapping template
7
## "@@" is used here as a placeholder for '"' to avoid using escape characters.
8
9
#set($includeHeaders = true)
0 commit comments