Christian Nuss

Results 13 issues of Christian Nuss

I noticed that `provider.environment: {}` wasn't being pushed down to scripts. This PR will allow scripts to utilize environment variables defined in `provider.environment`.

Hi there! Could we get `fetch` support? Assuming the following `index.js`: ``` (async () => { const response = await fetch("https://api.github.com/users/cnuss"); const data = await response.json(); console.log(data.url); })(); ``` The...

**What type of PR is this?** /kind documentation **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does...

size/S
kind/documentation
lifecycle/rotten
cncf-cla: yes