Skip to content

Commit 71aed36

Browse files
committed
cleanup
1 parent f256645 commit 71aed36

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ x-amzn-RequestId: d7976590-4aaa-4425-ad4e-07ed44416529
134134
}
135135
```
136136
```bash
137-
http post https://sam.example.com/create Authorization:<IdToken> item_id=barfoo message=love
137+
> http post https://sam.example.com/create Authorization:<IdToken> item_id=barfoo message=love
138138

139139
HTTP/1.1 200 OK
140140
Connection: keep-alive

template.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ Resources:
268268
CurrentVersion: !Ref Echo.Version # [docs] recommended to pass the lambda version through the Environment Variables
269269

270270
Outputs:
271-
# ServerlessAPI is an implicit API created out of Events key under Serverless::Function
272-
# Find out more about other implicit resources you can reference within SAM
273-
# https://github.com/awslabs/serverless-application-model/blob/master/docs/internals/generated_resources.rst#api
274271
ApplicationAPI:
275272
Description: "API Gateway endpoint URL for Prod stage for Hello World function"
276273
Value: !Sub "https://${ServerlessAPI}.execute-api.${AWS::Region}.amazonaws.com/Prod/hello/"

0 commit comments

Comments
 (0)