99x / 99x/serverless-delivery-framework

config.json is not found, therefore it should be defined

Open
#17 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
31
Forks
10
PR merge metrics
No merged PRs in 30d

Description

![image](https://user-images.githubusercontent.com/26009680/27008407-d51306ba-4e8d-11e7-9767-bae69d3d6d13.png)

In the above screen shot `config = require('./config.json')` but, it is not included in the root folder. config.json should be something like the following.

```
{
"S3Bucket": "",
"S3Region" : ""
}
```

However, there is a config.json in config folder also
![image](https://user-images.githubusercontent.com/26009680/27008442-c5650640-4e8e-11e7-80b5-c5a0add51714.png)

Have to figure out whether `require` statement should be changed to `config = require('./config/config.json')`

Contributor guide

Open the contributing guide

Research direction

Inspect the `require('./config.json')` reference and compare it with the existing `config/config.json`, including the shown S3Bucket and S3Region fields. Confirm which location the application expects and verify that the configuration can be loaded without a missing-file error; done means the referenced config path exists and matches the expected structure.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
devops
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.