We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd9e6f commit bad10c1Copy full SHA for bad10c1
1 file changed
lambda.js
@@ -1,6 +1,6 @@
1
const AWS = require('aws-sdk');
2
const s3 = new AWS.S3();
3
-const ylt = require('..');
+const ylt = require('yellowlabtools');
4
5
// noinspection JSUnusedLocalSymbols
6
async function runner({id, url, options = {}}, context) {
0 commit comments