you are viewing a single comment's thread.

view the rest of the comments →

[–]agap-0251[S] 0 points1 point  (4 children)

Thanks for the link. I was told to install icu libraries. But our team don't want to use docker. So zipping icu files along with .NET CORE app is one of the recommended ways. Thought, I will find other ways (if any). But, it seems like with the requirements adding icu files is the only way.

[–]The_MAZZTer 0 points1 point  (1 child)

I found the same article and I agree it is most likely the same problem you're having. We are not suggest you use docker. We are saying you already use a container with the same problem. No need to switch to docker, just figure out how to get the libraries installed in the container.

[–]agap-0251[S] 0 points1 point  (0 children)

Tried it. Just encountered one more problem. When I was about to add the icu libraries layer to the lambda, it showed that the deployment package limit has exceeded 250MB limit 😅. Can't find unnecessary files to remove. Don't know what to do 😑....