lambda-packages
lambda-packages copied to clipboard
A general question about the limitations of the lambda-packages
As far as I understand, the underlying lambda AMI can change over time. For instance, I expect that there will be libraries and kernel updates, but also distribution updates automatically done by AWS. As opposed with beanstalk, in which one can lock an application to a given Amazon Linux version, that doesn't seem to be the case in Lambda.
Doesn't this mean that precompiled packages can all of the sudden break? Is there a reason for this not to happen that I am not aware of? What is your view on this topic?
Thanks