# LambdaEmulatorResource Constructors

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

A resource that represents a specified executable process.

## LambdaEmulatorResource(string)

- Name: `Constructor(string)`

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

## Parameters

- `name` (`string`)
