Lagyu

Results 3 comments of Lagyu

> If anyone has any ideas on how to test this without changing the existing code, please tell us. @prKassad As mentioned in the first comment, [`Object.setPrototypeOf`](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Object/setPrototypeOf) lets you test...

I know this is not the best solution, but we can generate .env file with IAM user credential in Build process as workaround: ``` # environment variables config DUMMY_PREFIX_AWS_ACCESS_KEY_ID =...

Hi. You can already use `LOOP` keyword to create loop. e.g. ``` LOOP 10 A 0.1S 1S ```