it("should return the response data for the lambda", done => {
            findLambdaByNameStep(conan, context, (error, result) => {
                result.lambda.response.should.eql(responseData);
                done();
            });