Ask Your Question
2

What is the issue with AWS Lambda while utilizing the pyzstd module?

asked 2023-05-05 05:47:10 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2023-05-05 06:08:02 +0000

nofretete gravatar image

The issue with AWS Lambda while utilizing the pyzstd module is that it is not a built-in module supported by AWS Lambda. It needs to be packaged along with the deployment package and uploaded manually to AWS Lambda, which can increase the package size and increase the deployment time. Additionally, the performance of the function may be impacted due to the overhead incurred by the pyzstd module.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-05 05:47:10 +0000

Seen: 14 times

Last updated: May 05 '23