An open API service indexing awesome lists of open source software.

https://github.com/tsui66/fun-boilerplate-simple

Boilerplate For Aliyun Fun Simple Project.
https://github.com/tsui66/fun-boilerplate-simple

aliyun function-compute nodejs serverless

Last synced: about 2 months ago
JSON representation

Boilerplate For Aliyun Fun Simple Project.

Awesome Lists containing this project

README

        

# Hello world

see [fun](https://github.com/aliyun/fun) for more information.
## Installation

You should install dependencies first:

### fun

```sh
$ npm install @alicloud/fun -g
```

### dependencies

```sh
$ npm install
```

## Deploy

```sh
$ fun deploy
URL: GET http://-cn-hangzhou.alicloudapi.com/helloworld => cn-shanghai/fc/helloworld
```

## Test

```sh
npm run test
```

## License

The MIT License