You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a lambda function that triggers when a zip file inside the S3 bucket is copied. The function basically extracts the zip file.
The code involving this library was working fine in python 3.8 but is facing issues in python version 3.10
import code ->
'''import zipfile
from zipfile_deflate64 import ZipFile as zip64```
The text was updated successfully, but these errors were encountered:
I created a lambda function that triggers when a zip file inside the S3 bucket is copied. The function basically extracts the zip file.
The code involving this library was working fine in python 3.8 but is facing issues in python version 3.10
import code ->
'''import zipfile
from zipfile_deflate64 import ZipFile as zip64```
The text was updated successfully, but these errors were encountered: