Jonathan Abila

Results 8 comments of Jonathan Abila

@holypriest If you leave the AUTH_USER_REGISTRATION = True option the user can create their own access and their role will be defined by: AUTH_USER_REGISTRATION_ROLE = "Viewer" - I had some...

> @jonathanabila sure np. That issue is most likely unrelated (the PR doesn't add or rename any resources), e.g., could be a config change while iterating on the deployment. Ok...

> @jonathanabila sure np. That issue is most likely unrelated (the PR doesn't add or rename any resources), e.g., could be a config change while iterating on the deployment. Hi...

It was hard to figure out, very difficult, and simple documentation would be very welcome. PS: I still have not figured out how to change that brightness that stays in...

```python return merge({}, self._custom_request_kwargs, kwargs) File "/opt/python/mergedeep/mergedeep.py", line 106, in merge return reduce(partial(_deepmerge, strategy=strategy), sources, destination) File "/opt/python/mergedeep/mergedeep.py", line 94, in _deepmerge dst[key] = deepcopy(src[key]) File "/var/lang/lib/python3.8/copy.py", line 172, in...

> ok, this fixed the issue: [#556 (comment)](https://github.com/UnitedIncome/serverless-python-requirements/issues/556#issuecomment-728226895) > > And now bumping immediately in another issue. > > `TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string or...