# LambdaProjectResource Constructors

- Package: [Aspire.Hosting.AWS](/reference/api/csharp/aspire.hosting.aws.md)
- Type: [LambdaProjectResource](/reference/api/csharp/aspire.hosting.aws/lambdaprojectresource.md)
- Kind: `Constructors`
- Members: `1`

A resource that represents a specified .NET project.

## LambdaProjectResource(string)

- Name: `Constructor(string)`

```csharp
public class LambdaProjectResource
{
    public LambdaProjectResource(
        string name)
    {
        // ...
    }
}
```

## Parameters

- `name` (`string`)
