Skip to content

Commit 2e5d059

Browse files
committed
fix yaml
1 parent 9b8a71c commit 2e5d059

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/Streaming/template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Resources:
88
Type: AWS::Serverless::Function
99
Properties:
1010
CodeUri: .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/StreamingNumbers/StreamingNumbers.zip
11-
Timeout: 5 # Must be bigger than the time it takes to stream the output
11+
Timeout: 5 # Must be bigger than the time it takes to stream the output
1212
Handler: swift.bootstrap # ignored by the Swift runtime
1313
Runtime: provided.al2
1414
MemorySize: 128

0 commit comments

Comments
 (0)