Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chapter-6/Listing 6.8 - Tests/test/test.js missing env variables #3

Open
Cuneytt opened this issue May 5, 2017 · 1 comment
Open

Comments

@Cuneytt
Copy link

Cuneytt commented May 5, 2017

Added two env variables to rewired.__set__

rewired.__set__({
      's3': {listObjects: listObjects},
      'process.env.BASE_URL': "https://s3.amazonaws.com",
      'process.env.BUCKET': "serverless-video-transcoded"
});
@sbarski
Copy link
Owner

sbarski commented May 28, 2017

Thank you @Cuneytt! Will add this to the next revision and to chapter6/test/test.js.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants