99x / 99x/serverless-delivery-framework
config.json is not found, therefore it should be defined
- Dominant language
- JavaScript
- Stars
- 31
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description

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

Have to figure out whether `require` statement should be changed to `config = require('./config/config.json')`
Contributor 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