kevinjqliu commented on issue #1763: URL: https://github.com/apache/iceberg-python/issues/1763#issuecomment-2704466782
I think there are a couple of different issues here. 1. `Error: Task timed out after 3.00 seconds` this seems to be related to lambda configuration. see https://stackoverflow.com/questions/62948910/aws-lambda-errormessage-task-timed-out-after-3-00-seconds 2. `Runtime.ImportModuleError` this is either due to the timeout above or due to a configuration issue with lambda Im not familiar with lambda deployments. How are you installing the library? Are you spinning up the lambda and then installing via pip? There might be a way to pre-install the library. Looking at the [lambda docs](https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html) there are a few different deployment methods. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org