Hybrid cloud serverless function framework.
Raika platform login --platform aliyun --region-id cn-hangzhou --account-id <REDACTED> --access-key-id <REDACTED> --access-key-secret <REDACTED>Raika platform login --platform tencentcloud --region-id ap-shanghai --secret-id <REDACTED> --secret-key <REDACTED>Raika platform listRaika function create \
--name hello_unknwon \
--memory 128 \ # MB
--init-timeout 10 \ # seconds
--runtime-timeout 10 \ # seconds
--binary-file hello_unknwon \
--env MYENV=here_is_env_varRaika provides an internal daemon service which allows you to run the serverless function periodically.
Raika daemon start Raika daemon cron create --name helloworld --duration 5
Raika daemon cron run --name=helloworldMIT License