Hi, I like what this does and I'd like to help.
I read the blog and saw this:
It turns out, that Seed has optimized every single step, aside from the serverless package command.
Well, I have a plugin: sls-py
which optimises the packaging step to bits. Each lambda packages in parallel, where possible, now this is only for python, but still I'd like to stay compatible with all the other plugins. What will it take to do that?
I noticed some code around package Individual, but why I needed it is so that serverless itself isn't packaging, so I get to do it for serverless.
I also make use of layers. I'm wondering if its as simple as getting lambda artefact file hash on your end?
Hi, I like what this does and I'd like to help.
I read the blog and saw this:
Well, I have a plugin: sls-py
which optimises the packaging step to bits. Each lambda packages in parallel, where possible, now this is only for python, but still I'd like to stay compatible with all the other plugins. What will it take to do that?
I noticed some code around package Individual, but why I needed it is so that serverless itself isn't packaging, so I get to do it for serverless.
I also make use of layers. I'm wondering if its as simple as getting lambda artefact file hash on your end?