mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Switch to using a stream to read artifacts at upload, because it was being read into a `const` that the AWS SDK had to then copy to a bytearray that was wrapped in a TLSStream object, duplicating the artifact several times.