net9.0
namespace Aspire.Hosting
{
[RequiresPreviewFeatures("Local Lambda development feature is still in active development. Check out the following GitHub issue for status: https://github.com/aws/integrations-on-dotnet-aspire-for-aws/issues/17")]
public static class LambdaExtensions
{
public static IResourceBuilder<LambdaProjectResource!>! AddAWSLambdaFunction<TLambdaProject>(this IDistributedApplicationBuilder! builder, string! name, string! lambdaHandler)
where TLambdaProject, new(), IProjectMetadata!;
}
}
.NET | 8.09.0 |
---|---|
Information specific to net9.0 | |
Assembly | Aspire.Hosting.AWS , Version=9.1.1.0, PublicKeyToken=885c28607f98e604 |
Referencing | Your project needs a package reference to |
Package | Aspire.Hosting.AWS (9.1.1) net8.0 |
Platform Restrictions | This API is supported on all platforms. |