You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of the announcements at re:Invent was the introduction of layers in Lambda.
Whilst it's pretty easy to see the fit in dynamic runtimes like node.js and python, I wonder how applicable is this new feature to a build-ahead runtime like .NET Core.
I can imagine something like dynamic binding of any assembly present in /opt but the list of useful usages of dynamic binding is pretty short in .NET Core (as opposed to .NET Framework where assemblies might be referenced in the app.config file)