-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do you have this in .net core? #72
Comments
Hi @jonathanalberghini , LINQ2DynamoDB is a .NET Core package, so it should be easily installable into any .NET Core/.NET 5/.NET 6/.NET 7 project, including Lambda projects:
Then you should be able to use it as normal. If you observe anything otherwise, please, let me know. |
I guess I was wondering what would happen in the caching with lambda as it does not keep running?
[Logo]
Jon Alberghini
Director of Technology
***@***.******@***.***>
o. 802-323-4558 | c. 802-323-4558 | www.legacyresearch.com<https://www.legacyresearch.com/>
From: Konstantin Lepeshenkov ***@***.***>
Date: Sunday, February 26, 2023 at 4:50 AM
To: scale-tone/linq2dynamodb ***@***.***>
Cc: Jon Alberghini ***@***.***>, Mention ***@***.***>
Subject: Re: [scale-tone/linq2dynamodb] Do you have this in .net core? (Issue #72)
Hi @jonathanalberghini<https://github.com/jonathanalberghini> , LINQ2DynamoDB is a .NET Core package, so it should be easily installable into any .NET Core/.NET 5/.NET 6/.NET 7 project, including Lambda projects:
dotnet add package Linq2DynamoDb.DataContext
Then you should be able to use it as normal<https://github.com/scale-tone/linq2dynamodb/wiki>.
If you observe anything otherwise, please, let me know.
—
Reply to this email directly, view it on GitHub<#72 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AF6OZWMXZA2YGS2NY2LRNUDWZMROLANCNFSM6AAAAAAVH3M3YU>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
If you don't use any distributed cache, then obviously the cached data does not survive instance restarts and does not span multiple instances. |
Do you have a version of this in.net core that could be deployed on Amazon Lambda? Or do youknow of a way to do it?
The text was updated successfully, but these errors were encountered: