https://github.com/donavon/serverless-hello-world
Hello World as a Service
https://github.com/donavon/serverless-hello-world
hello-api hello-world serverless
Last synced: 8 months ago
JSON representation
Hello World as a Service
- Host: GitHub
- URL: https://github.com/donavon/serverless-hello-world
- Owner: donavon
- Created: 2017-08-19T15:58:46.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-08-20T13:52:30.000Z (about 8 years ago)
- Last Synced: 2025-01-07T17:16:30.944Z (9 months ago)
- Topics: hello-api, hello-world, serverless
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-hello-world
Hello World as a Service
## Install
There's nothing to install.
## Usage
To use Hello World as a Service, hit the `hello` resource, passing in `name` as a query string.
Example:
```bash
curl https://bybx7hbzdh.execute-api.us-east-1.amazonaws.com/dev/hello\?name\=Donavon
```
Response:
```json
{"results":"Hello Donavon"}
```