File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Examples/Streaming+Codable Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ Description: SAM Template for StreamingfromEvent Example
4
4
5
5
Resources :
6
6
# Lambda function
7
- StreamingFromEvent :
7
+ StreamingCodable :
8
8
Type : AWS::Serverless::Function
9
9
Properties :
10
- CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/StreamingFromEvent/StreamingFromEvent .zip
10
+ CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/StreamingCodable/StreamingCodable .zip
11
11
Timeout : 15
12
12
Handler : swift.bootstrap # ignored by the Swift runtime
13
13
Runtime : provided.al2
@@ -22,4 +22,4 @@ Outputs:
22
22
# print Lambda function URL
23
23
LambdaURL :
24
24
Description : Lambda URL
25
- Value : !GetAtt StreamingFromEventUrl .FunctionUrl
25
+ Value : !GetAtt StreamingCodableUrl .FunctionUrl
You can’t perform that action at this time.
0 commit comments