Replies: 1 comment
-
you're not doing things in parallel :) How many files are we talking about? I created https://gist.github.com/thehesiod/7081ab165b9a0d4de2e07d321cc2391d to help in doing this kind of thing |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a following lambda:
It does the following:
Each file is below 1Kb in size. I expected this code to work much (or at least somewhat) faster than the basic boto3 version but it's really slow (~10.6 files per second on 1vCPU 1769 Mb RAM). What am I doing wrong? Files can be copied in any order.
Beta Was this translation helpful? Give feedback.
All reactions