We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ca8e3a commit d223be2Copy full SHA for d223be2
src/index.js
@@ -538,9 +538,6 @@ class LocalstackPlugin {
538
env.LAMBDA_REMOTE_DOCKER = env.LAMBDA_REMOTE_DOCKER || '0';
539
env.DOCKER_FLAGS = (env.DOCKER_FLAGS || '') + ` -v ${cwd}:${cwd}`;
540
env.START_WEB = env.START_WEB || '0';
541
- if (!env.LOCALSTACK_AUTH_TOKEN) {
542
- this.log('Warning: LOCALSTACK_AUTH_TOKEN is not set. LocalStack Pro requires an auth token.');
543
- }
544
const maxBuffer = +env.EXEC_MAXBUFFER || 50 * 1000 * 1000; // 50mb buffer to handle output
545
if (this.shouldRunDockerSudo()) {
546
env.DOCKER_CMD = 'sudo docker';
0 commit comments