This sample project shows how to deploy your static website onto Aliyun's Function compute.
Execute fun-local-start.cmd
script or run fun local start
, then your website is running inside Fc now.
Let's check it out at http://localhost:8000/2016-08-15/proxy/service/function
- We deploy our static website to function compute's custom runtime environment.
- We start a light-weight http-server to host our content at port 9000 inside FC.
- Fc forward outside's request to inner server, thus your content is showing.