(result: BuildResultV2Typical, serviceName: string)
| 925 | }; |
| 926 | |
| 927 | const getServiceLambda = (result: BuildResultV2Typical, serviceName: string) => |
| 928 | result.output[`_svc/${serviceName}/index`] as unknown as NodejsLambda; |
| 929 | |
| 930 | const requestBuiltLambda = async (args: { |
| 931 | lambda: NodejsLambda; |