question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

.NET Core Lambda Layers for .NET Core 3.1 Broken

See original GitHub issue

There 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:closed
  • Created 3 years ago
  • Comments:10 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
normjcommented, Oct 11, 2020

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

3reactions
normjcommented, Oct 15, 2020

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found