I am deploying application that relies on sassphp in AWS autoscaling group, using AWS launch templates for provisioning. The instances only have 1GB RAM which is too little for libsass code build.
Because I don't understand C make process enough, I am asking the following question:
Can I safely build the sass.so as is, on another machine (same OS i.e. Ubuntu 18.x) and then simply copy it into the autoscaled instance during provisioning?