修改: controlplane/orchestrator.py 修改: function_modules/noop/Dockerfile 修改: function_modules/noop/noop.c 修改: function_modules/noop/test1.jsonanubhav
parent
bfa4e7c57a
commit
0eacbfaafc
@ -1,8 +1,9 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
int main() {
|
int main() {
|
||||||
|
const char *env_var = getenv("__OW_ACTIVATION_ID");
|
||||||
printf("{ \"message\": \" hello world!\" }\n");
|
printf("{ \"activation_id\":\"%s\",\"message\": \" hello world!\" }\n",env_var);
|
||||||
|
|
||||||
return 0; // 返回 0 表示程序成功
|
return 0; // 返回 0 表示程序成功
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in new issue