Using AWS Lambda Layers in .NET
Published on Oct 04, 2019
Learn more about AWS at – https://amzn.to/31PyFoQ In this video, we should you how to use AWS Lambda Layers in your .NET application. You can configure your Lambda function to pull in additional code and content in the form of layers. A layer is a ZIP archive that contains libraries, a custom runtime, or other dependencies. With layers, you can use libraries in your function without needing to include them in your deployment package.