File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ x-amzn-RequestId: d7976590-4aaa-4425-ad4e-07ed44416529
134
134
}
135
135
```
136
136
``` 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
138
138
139
139
HTTP/1.1 200 OK
140
140
Connection: keep-alive
Original file line number Diff line number Diff line change @@ -268,9 +268,6 @@ Resources:
268
268
CurrentVersion : !Ref Echo.Version # [docs] recommended to pass the lambda version through the Environment Variables
269
269
270
270
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
274
271
ApplicationAPI :
275
272
Description : " API Gateway endpoint URL for Prod stage for Hello World function"
276
273
Value : !Sub "https://${ServerlessAPI}.execute-api.${AWS::Region}.amazonaws.com/Prod/hello/"
You can’t perform that action at this time.
0 commit comments