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 9b8a71c commit 2e5d059Copy full SHA for 2e5d059
Examples/Streaming/template.yaml
@@ -8,7 +8,7 @@ Resources:
8
Type: AWS::Serverless::Function
9
Properties:
10
CodeUri: .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/StreamingNumbers/StreamingNumbers.zip
11
- Timeout: 5 # Must be bigger than the time it takes to stream the output
+ Timeout: 5 # Must be bigger than the time it takes to stream the output
12
Handler: swift.bootstrap # ignored by the Swift runtime
13
Runtime: provided.al2
14
MemorySize: 128
0 commit comments