Skip to content

Implement Layer support for .NET Core Lambda Functions #58

@Kralizek

Description

@Kralizek

Hi,

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions