.NET Core Lambda Layers for .NET Core 3.1 Broken
See original GitHub issueThere appears to be a bug in the underlying dotnet store
command preventing Lambda layers to be created for .NET Core 3.1. This issue is for tracking on the Lambda side but the feature will most likely be blocked till the .NET CLI issue is fixed.
The issue is reported to the dotnet SDK team here: https://github.com/dotnet/sdk/issues/10973
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
AWS Lambda layers with .NET Core
Lambda.Tools has been released that adds Lambda layers support for .NET Core 3.1. This was initially disabled due to an issue in the...
Read more >Implementing AWS Lambda Layers in .Net
This post can be used as a step by step guide to implement Lambda layers in .Net core and consuming it in the...
Read more >.NET Core 3.1 on AWS Lambda - Tech Rants by Panos
Opportunities for performance improvements and lessons learned by upgrading AWS Lambda .NET Core 2.1 apps to 3.1.
Read more >c# - .NET Core 3.1 AWS Lambda Could not load file or ...
1 Answer 1 ... Migrating to .NET 6 To migrate existing .NET Lambda functions to the new .NET 6 runtime: Open the csproj...
Read more >AWS Lambda adds supports for .NET 6
I am. Using .NET Core 3.1 for quite a while to run the "batch like" jobs that get kicked off when events happen...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I have a PR support out for adding in the .NET Core 3.1 layer support. https://github.com/aws/aws-extensions-for-dotnet-cli/pull/144
I have pushed version 4.2.0 of Amazon.Lambda.Tools out that allows the creation of .NET Core 3.1 layers. It does require version 3.1.400 or greater of the .NET Core SDK to be installed.