Questions tagged [alibaba-cloud-function-compute]

6 questions
1
vote
2 answers

Does Alibaba Cloud Function support Node.js with Express?

For AWS Lambda there are some solutions which get Express to work with their serverless functions (for example the node package "server-http"). I can not find any solution to get my Express node function in the Alibaba Cloud Function working. Did…
0
votes
1 answer

Which resource I can use in AliCloud to deploy Apache Beam pipeline, and in AliCloud Do we have datastore if not what is alternative for datastore?

Currently On GCP I am using Dataflow where I deployed Apache beam pipeline Now I need to deploy same in Ali Cloud is anybody know what will be the available option in Ali cloud to deploy Apache beam pipeline.? and I am using datastore in Google…
0
votes
1 answer

How to get Access keys from Roles Assigned to Function Compute in Alibaba Cloud?

I am trying to access the keys from fc.context and not sure where I can get keys from when I assign a role to the function Compute. Instead of hardcoding or putting them in ENV I want to pute inthe bucket by applying roles to function compute. Ive…
0
votes
2 answers

Q&A: How to get POST variables with PHP on Alibaba Cloud Function Compute service

I played around with the PHP 7.2 runtime and HTTP trigger on Alibaba Cloud Function Compute. The basic example in the documentation is the following:
0
votes
1 answer

Unable to create new function with Alibaba Cloud Function Compute Serverless Plugin

I am following this guide: Aliyun Function Compute Serverless Plugin to try to create a new service with a new Node.js serverless function under the Alibaba Cloud Function Compute using the Serverless Framework as well as the Aliyun Function Compute…
-4
votes
5 answers

Does Alibaba Cloud can support Cloud Devops story?

Does Alibaba Cloud supports the a complete devops story ? I'm looking to similar one IBM Blue Mix story on the principles of Think,Learn, Build, Deploy and Run where all tasks were automated. Code executed in Delivery pipe lines as stages and move…