-
According to the docs, I ran:
```
serverless config credentials --provider webtasks
```
Whenever I try to fill in the code, I get:
```
Serverless Error ------------------------------------…
-
-
### Description
To install the CLI, we have to visit the page https://webtask.io/cli which requires login.
![Login Error](https://user-images.githubusercontent.com/17960677/98003278-913ff880-1e1…
-
Like: https://github.com/auth0/custom-social-connections/blob/master/webtask.json#L8
Find a public S3 logo or put one in the repository?
-
Webtask has some unique things regarding their execution envionment. Let's double check that we don't need to do something crazy like mash it into a single file.
Webtask is free to try. I did th…
-
**Issue by [schickling](https://github.com/schickling)**
_Friday Sep 08, 2017 at 09:28 GMT_
_Originally opened as https://github.com/graphcool/prisma/issues/394_
----
**Issue by [kbrandwijk](https…
-
Hi,
I've tried this out by following your steps using webtask.io, and I keep getting the following error:
```
{"ok":false,"error":"Invalid email address"}
```
Steps I used:
1. `wt create…
-
I have such code as my webtask:
``` javascript
'use latest';
import request from 'superagent';
const event = 'test';
const title = 'Test Action';
const actionUrl = `https://maker.ifttt.com/trigger/…
-
Each issue in https://github.com/gsocindonesia/coaching2018 has to be processed, such as adding to the [coaching project](https://github.com/gsocindonesia/coaching2018/projects/1), checking formatting…
-
```
wt scaffold auth0/webtasks/simple-express.js
```
- pull a scaffold from the github repo
- runs wt create against that (using -n)
- store the file on the current directory
- prints the path of the …