steven brezina

Results 5 comments of steven brezina

this also breaks on aws lambda for the same reason. might suggest you make the cache dir configurable

i also got hung up on combineReducers which i had been importing from the base redux module - replacing with combineReducers from 'redux-immutable' fixed my serialization/deserialization exceptions: https://github.com/gajus/redux-immutable

Confirm seeing this behavior too as of friday afternoon… getting two responses in the script from a form submission with the second one blank. > On Nov 11, 2019, at...

related google bug: https://issuetracker.google.com/issues/144110219

for newbs confused by @tb102122's comment - you can use a custom docker image like this in serverless.yml: ```custom: pythonRequirements: dockerImage: mlupin/docker-lambda:python3.9-build slim: true layer: true ``` i was able...