Skip to content

Commit f178bba

Browse files
committed
fix archive name in sam template
1 parent 4531e3b commit f178bba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Examples/Streaming+Codable/template.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ Description: SAM Template for StreamingfromEvent Example
44

55
Resources:
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

0 commit comments

Comments
 (0)