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
44
55Resources :
66 # Lambda function
7- StreamingFromEvent :
7+ StreamingCodable :
88 Type : AWS::Serverless::Function
99 Properties :
10- CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/StreamingFromEvent/StreamingFromEvent .zip
10+ CodeUri : .build/plugins/AWSLambdaPackager/outputs/AWSLambdaPackager/StreamingCodable/StreamingCodable .zip
1111 Timeout : 15
1212 Handler : swift.bootstrap # ignored by the Swift runtime
1313 Runtime : provided.al2
@@ -22,4 +22,4 @@ Outputs:
2222 # print Lambda function URL
2323 LambdaURL :
2424 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