Doug Tangren

Results 432 comments of Doug Tangren

After typing all that out I realized that this is the docker repo and not the serverless framework plug-in repo :) The same comments apply. I'd be happy to donate...

That's a good point. I've deferred in adding features until they are needed or asked for. I'll look into this

I think the most appropriate way to approach this is the suggestion original mentioned. Use the built in `include` / `exclude` packaging options.

This looks a bit involved but possibly doable. A lambda layer might be a useful approach here. Heres an example from the python world of setting up a layer https://www.bigendiandata.com/2019-04-15-OpenCV_AWS_Lambda/...

Without more expertise in opencv I cant gaurantee this will work but to answer the question about using layers to package host dependencies, that's almost the sole use of layers...

I'm tracking a related issue that may be the source of this problem here https://github.com/softprops/lambda-rust/issues/2 so far it appears to only affect windows users. Let me know of the symptoms...

supporting docker with windows was kind of a pain since I didn't have a good way to test. The latest release has an experimental option to build locally without docker...

I believe similar issues have been reported in the past. I haven't had any cases where I've needed this so I haven't hit them myself. I was under the impression...

Sounds good. What's the approach you'd be leaning towards? I don't want to be a blocker here

My preference would be to remove as much ceremony as possible so there's less to maintain for users that don't need this feature. I bit of the recent debug options...