« Lambda » : différence entre les versions

De Banane Atomic
Aller à la navigationAller à la recherche
(Page créée avec « Category:AWS = .NET 8 = {| class="wikitable wtp" ! scenario ! description |- | Native AOT || |- | Custom Runtime Function || to use .NET 8 |- | Container Image || lambda function package as a container image |} »)
 
Aucun résumé des modifications
Ligne 11 : Ligne 11 :
| Container Image || lambda function package as a container image
| Container Image || lambda function package as a container image
|}
|}
= [https://github.com/aws/aws-lambda-dotnet/tree/master/Tools/LambdaTestTool Debug locally] =
On VS, if the extension {{boxx|AWS Toolkit}} is installed you have the {{boxx|AWS .NET Mock Lambda Test Tool}} available.<br>
A debug configuration is created for you lambda.

Version du 1 mars 2024 à 16:16

.NET 8

scenario description
Native AOT
Custom Runtime Function to use .NET 8
Container Image lambda function package as a container image

Debug locally

On VS, if the extension AWS Toolkit is installed you have the AWS .NET Mock Lambda Test Tool available.
A debug configuration is created for you lambda.