Questions tagged [openwhisk]

OpenWhisk is a distributed, event-driven compute service, or simply a serverless compute runtime. It was created by IBM.

OpenWhisk is a distributed, event-driven compute service, or simply a serverless compute runtime. It was created by IBM and is currently in the Apache Incubator. The code can be found on GitHub: https://github.com/apache/openwhisk

247 questions
0
votes
1 answer

Javascript - How to make REST API Calls

I am trying to access Firebase Database using REST API. Using cURL i am able to retrive data. I am unable to do the same in javascript. cURL curl 'https://testproject123.firebaseio.com/subscription.json?auth=aabbccddeeff123' Javascript var request…
0
votes
1 answer

How to debug an OpenWisk processCallback action?

How to determine what's not tying up properly? All the debug sequences generated by ./bluepic.sh --install do work with the exception of bluepic/processCallback - but it is not clear to me what are the correct arguments to this wsk. The log …
iainH
  • 1,044
  • 10
  • 19
0
votes
1 answer

Using iconv in Bluemix's OpenWhisk

I am trying to read a non-ASCII character from a Web page from an OpenWhisk action in Bluemix. I use the following code snippet: function main(params) { var request = require('request'); var iconv = require('iconv-lite'); request({…
0
votes
1 answer

Openwhisk Editor renaming a sequence produces duplicates

If I click on rename for a particular sequence in the Bluemix Editor, it will create a new sequence with the name, but the "old" sequence does still exist.
Sebastian
  • 123
  • 1
  • 10
0
votes
2 answers

Openwhisk build in local vagrant - apihost issue

Hi I standup a local openwhisk instance following https://github.com/openwhisk/openwhisk#alternate-instructions-for-mac-developers - which mostly worked. I can now create user using wskadmin and see the tables created in cloudant instance - But…
rahul
  • 3,018
  • 4
  • 29
  • 28
-1
votes
0 answers

openwhisk: issue configuring wsk cli

I installed openwhisk by following this tutorial (running the start-kind.sh). no errors returned so it looks like a successful installation(tho i dont know what that script did, did it deploy a service or a deployment or ..?). Now i want to deploy…
ezio
  • 359
  • 2
  • 13
-1
votes
2 answers

unable to install and use /whisk.system/alarms on openwhisk locally set up on ubuntu

I am seeing the following error: bin/wsk package get --summary /whisk.system/alarms --insecure error: Unable to get package 'alarms': The supplied authentication is not authorized to access this resource. (code 7320) I am using the guest…
prabhas
  • 51
  • 2
  • 9
1 2 3
16
17