Skip to content

Commit

Permalink
update sam template description
Browse files Browse the repository at this point in the history
  • Loading branch information
xjiaqing committed Apr 20, 2023
1 parent 3b8cd9d commit de486f8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/nextjs-streaming-response/template.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
AWSTemplateFormatVersion: "2010-09-09"
Transform: AWS::Serverless-2016-10-31
Description: >
lwa-streaming-response-demo-nextjs
Sample SAM template for lwa-streaming-response-demo-nextjs
Description: "Sample lambda streaming response SAM template using nextjs"
Globals:
Function:
Timeout: 60
Expand All @@ -30,4 +27,4 @@ Outputs:
Value: !GetAtt StreamingNextjsFunction.Arn
StreamingNextjsFunctionUrlOutput:
Description: "nextjs streaming response function url"
Value: !GetAtt StreamingNextjsFunctionUrl.FunctionUrl
Value: !GetAtt StreamingNextjsFunctionUrl.FunctionUrl

0 comments on commit de486f8

Please sign in to comment.