1 Answer
- Newest
- Most votes
- Most comments
1
Not answering the question but perhaps some background that might help:
Lambda functions run in a very limited virtualsiation environment: https://aws.amazon.com/blogs/aws/firecracker-lightweight-virtualization-for-serverless-computing/ - it doesn't contain the full Linux kernel and is deliberately built to be small and have lower overheads - including the base operating system itself. It's highly probably that there are APIs that WINE is expecting to find that simply aren't there.
If you need access to the core dumps the best thing is to raise a support case and engage with the support team.
Relevant content
- asked 5 years ago
- asked a year ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 16 days ago
Have you found any solution to this yet? It would be helpful if you can post your findings. I am looking into a similar scenario where we need to run a windows software in a lambda function. Of course EC2 Windows image is an option, but this is a part of a step functions workflow and lambda seems to be the right fit for our use case.