LambdaEmulatorResource
Class net10.0
A resource that represents a specified executable process.
namespace Aspire.Hosting.AWS.Lambda;
public class LambdaEmulatorResource : Aspire.Hosting.ApplicationModel.ExecutableResource{ // ...} ExecutableResource
Remarks
Section titled Remarks You can run any executable command using its full path. As a security feature, Aspire doesn't run executable unless the command is located in a path listed in the PATH environment variable. To run an executable file that's in the current directory, specify the full path or use the relative path
./ to represent the current directory.